typescript and react can use estrella for building instead of webpack or create react app
- where to deploy?
-
- Fly is the closest one to Heroku, it lets you run a “traditional” stateful server (e.g. Express) and a database in a free tier, so it’s nice choice if you want to use for example MERN stack.
- Vercel is a great choice for Next.js, but their server-side hosting is limited to “serverless” functions. They also don’t provide much extra services outside of core hosting, for example you’ll have to pick some other hosting for a database or files storage.
- Cloudflare provides most what Vercel does through Pages and Workers, and additionally they also provide storage (KV database, object storage and blob storage), email routing and other services – as long as you’re ok to be locked in with their services.
- https://www.reddit.com/r/react/comments/10gc644/comment/j526gpo/?utm_source=share&utm_medium=web2x&context=3
-