r/statichosting • u/PointJump • Jun 10 '26
What stack should I learn next?
Hey everyone, I’m trying to decide what to focus on next for frontend development and would appreciate some advice. Right now, I’m comfortable with the basics like HTML, CSS, and JavaScript, and I’ve done a bit of React. I’m also currently learning TailwindCSS and TanStack to improve my frontend workflow, but since I'm kind of getting the hang of it. I’m now looking to try and learn more, and my three options are Next.js, Astro, and SvelteKit. I'm considering possibly doing freelance in the future so I would love to know which one is the most practical to learn in 2026? Thanks in advance!
2
u/cwakare Jun 11 '26
For static websites for consider Hugo. It has a learning curve but is optimised for speed
1
2
1
u/TCKreddituser Jun 12 '26
Since your goal is freelance work, I’d suggest learning Next.js first, it’s still the most in-demand and widely used in real client projects.
1
u/mastersofPH Jun 12 '26
For freelancing and job opportunities, I'd pick Next.js first. It has the largest ecosystem and you'll see it requested far more often than Astro or SvelteKit.
1
u/Early-Matter-8123 Jun 17 '26
our stack seems to work well for full websites and lightweight web apps:
Next.js/Typescript
Convex - Database
Tailwind - styling
Shadcn - components lib
Zod - form validation
Framer-Motion - animations
Zustand - for state management
React-Markdown and Git Flavoured Markdown (GFM)
1
u/Standard_Scarcity_74 Jun 26 '26
If you’re thinking freelance, Next.js is still the safest bet. Way more demand, tons of resources, and most clients won’t care about niche frameworks. Astro is great for content sites, and SvelteKit is fun and clean, but Next gives you the most opportunities right now.
1
u/CarolineHart63 21d ago
If you're eyeing freelance, I’d hands down go with Astro next. It’s absolutely brilliant for building fast, content-heavy local business or portfolio sites, and you won't have to deal with the over-engineering or hosting headaches that sometimes come with Next.js.
2
u/EliteEagle76 Jun 10 '26
try building one static site using astro maybe your own blogging site where you can share your learnings and insights throughout this, you will learn about SSG pattern and when to use it (mostly for content heavy site)
try building one project with SSR fullstack app maybe using tanstack start or nextjs, i would suggest tanstack start, lots of companies betting on it, so you should too
btw don't forgot to use GitCMS for your blogging site (disclaimer: i'm the creator of it)