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!
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.
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.
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.
Use that. Any stack you know is faster than any stack you need to learn.