Only NX works fine with Expo
I was looking for a tooling for monorepo and still settled on NX, which works with Expo, unlike Turborepo, where there are problems with prebuild
I was looking for a tooling for monorepo and still settled on NX, which works with Expo, unlike Turborepo, where there are problems with prebuild
I posted my service on GitHub, which makes RSS feed from posts in Telegram channel
I wanted to deploy a simple Express application on Vercel, but it turned out that they only support serverless functions. I had to delve into how they work and modify the code, although in the end the deployment turned out to be easier than I thought
This quirky behavior happens when the cancel event from a file input bubbles up to the parent dialog, triggering its onCancel handler
I gave Drizzle a shot and loved it! It’s almost the same old SQL but offers type safety and easy migrations, making it a perfect fit for my habit tracker project