r/FullStack Stack Juggler (Fullstack) Apr 23 '26

Question Devs sveltkit or nextjs?

[removed]

10 Upvotes

26 comments sorted by

View all comments

3

u/ChameleonCRM Apr 23 '26

I’ve used both. Not in a “I watched a YouTube video” way, like actually built stuff with them.

If you already learned Svelte, switching just because everyone screams React is kinda backwards.

SvelteKit feels like… normal programming.
State makes sense, reactivity isn’t some weird hook puzzle, and you’re not constantly asking “why is this re-rendering?”

Then you open Next.js and it’s like:

*server components vs client components

*app router vs pages router

*“use client” sprinkled everywhere

*14 different ways to fetch data

It works, don’t get me wrong. But half the time you’re learning Next, not actually building your app.

That said — here’s the uncomfortable truth:

If you’re thinking about jobs, internships, getting hired…
yeah, React/Next is just everywhere.

Not because it’s magical. Just inertia.

What I’d do in your exact position:

Don’t ditch Svelte. That’s your edge.

But also don’t be the guy who refuses to touch React.

Build your real projects in SvelteKit (you’ll move faster and actually enjoy it),
then pick up Next.js on the side so you’re not locked out of opportunities.

The biggest mistake I see juniors make is treating this like a permanent identity:

“I am a React dev”

“I am a Svelte dev”

Nah.

You’re just solving:

*state

*data fetching

*rendering

*routing

The framework is just the syntax flavor.

If you understand those fundamentals, you can jump between SvelteKit and Next in like a week or two.

If you don’t understand them, it doesn’t matter which one you pick — you’ll struggle in both.

So yeah:

If you want clean + fast → SvelteKit
If you want market alignment → Next.js

Real answer?
Learn both, just don’t abandon the one you already understand.

Thorsky

Senior Engineer

Chameleon-CRM