Hacker News new | ask | show | jobs
by tdhz77 450 days ago
I hate how productive with this framework I am. I try to move on and can’t. I’ll take a security hit to use it lover leptos.
2 comments

What other ones have you tried recently?
What does this get you over vanilla express servicing a react front end?

Is it the rest of the deploy infra? The vanilla app you can push to Heroku or any of its clones.

They’re different tools. If I were building a JS server for a backend, I’d use Express. Next gives you things like server side rendering and static site generation out of the box, and abstracts/blurs the line between server and client code through its paradigms. For better or for worse.

The deploy infrastructure is quite nice. Nextjs is surprisingly low config, even if you forego the Vercel deployment route it’s not difficult to generate a static site or docker container

Is Astro a good alternative?

https://astro.build/