Ask HN: Proven front end stack for fast iteration
Hey!
I’m building a one man SaaS (and sharing the journey in my LinkedIn/Blog - check the bio for more info).
I’m more of a backend guy, and know NodeJS well enough, so my backend stack is chosen.
I however despise frontend, and never liked working with it. What is a good frontend stack for fast iteration, for a non dynamically heavy website? Is it server site rendering with a template engine like ejs? Is it Next.js? Something else?
I have experience with Next, Astro, react and tailwind - if that helps.
Thanks!
9 comments
[ 2.7 ms ] story [ 33.7 ms ] threadUse that. Any stack you know is faster than any stack you need to learn.
Other than that, RoR view, controllers, models is ugly.
Why Rails view uses HTML ? Should use a pure Ruby class here.
Why there's no standard validation on HTTP layer in controller ?
Why using model for both persistence and validation layer ?
Alright, Rails is omasake, let's forget about separation of concerns.
but if you want to keep it even simpler just use sveltekit and tailwind, and put the build output on a CDN. lets you do SSR or not, just html + js/ts (you pick) + css. simple and easy.
Toyed with T3 stack over the winter. It’s a really well written full stack. Automatic type sharing. Fast iteration. Great for frontend heavy applications.
React based setups are incredibly fast and productive once you grok the React way of doing things, but it is different than you are probably used to. I'm not sure if being fast after spending a year getting used to it is what you're looking for though.