🤔 NextJS or SvelteKit? Let me help you choose

preview_player
Показать описание
SvelteKit is an exciting new framework for building fullstack apps. But why use it over NextJS? To me, it comes down to simply... React vs. Svelte!

#programming #webdevelopment #reactjs #tutorial #beginner #whiteboardtheweb
Рекомендации по теме
Комментарии
Автор

Been looking for a sign to start learning This is the sign

kigarde
Автор

I have to say, the developer experience with sveltekit is second to none. But there’s just not a lot of jobs for SK developers yet

Titanman
Автор

For me, sveltekit + skeletonUI makes it so quick to make stuff!

jrgensneisen
Автор

The clients literally don't give a microscopic fuck what the devs use as long as the end product runs properly, so use whatever you enjoy

blackpurple
Автор

I was a bit dissapointed by the server components in Next 13. I was expecting to get rid of all client side fetching byusing only server components. But since it is route based components i can't re-render component that are not mapped to a route. For example if i have a cart button in my navbar, if i add something to my cart i can't re-render that specific component i need to reload my path.

I'm sticking to sveltekit for now, there is no server components but working with global states is way much easier. It's almost jus assigning a value to a variable i can access everywhere. I'm just way more productive.

qlebevillon
Автор

I like how the comment section on this video is neutral.
Makes me happy

Dev-Siri
Автор

i prefer sveltekit because i can develop a project quickly

miladdmiladdy
Автор

Now we need to think about Astro v3 as well eh

JohnVandivier
Автор

Man I recently started looking into learning nexts or sveltekit and I like sveltekit more but also I find it frustrating that there aren’t enough packages for it yet :( it seems there are a ton of resources for next ugh .. not sure what to do

Jake-bhhm
Автор

That svelt example just reminded me of Vue JS

GamerBoyRobby
Автор

Great video, thanks for explaining this

luisxd
Автор

this is a great video. commenting for reach

nat.serrano
Автор

Svelte is getting runes soon which use signals under the hood, so complex state management is about to get a lot easier compared to Svelte stores, their previous solution

Holobrine
Автор

Yes I heard it it called. Vuejs or nuxt lol not as short a svelte but definitely less headache than react if you want to do stuff quick 😊
There is today 2 camp :
React camp aka complex
Svelte, ASTRO, vuejs less headache do stuff camp

alex
Автор

“For functional programming person, magic compiler aren’t for you”

Wdym, FP compiler like ghc on haskell is literally pure magic. Turning recursion to loop, turning immutable to mutable, turn no side effects to side effects. You don’t even need to have any knowledge on how computers work and still able to create surprisingly fast code on haskell. That’s is a real magic

OnFireByte
Автор

What about third-party libraries which makes dev easier will those work 9n svelte

gyanaranjan
Автор

What's great about nextjs. Major releases every five minutes, but Major features stop working frequently. It's a good example of how not to do software development

nohox
Автор

are you related to Andrew Henderson of Nomad Capitalist?

quantum-ngbs
Автор

I am a noob. What is the difference between Svelte and Sveltekit?

muhammadarham
Автор

As backend-focused, computer science, functional programmer, I think you've misrepresented my people and what they desire.

ycombine