💙 SolidJS solved NextJS' routing problem

preview_player
Показать описание
Did SolidStart SOLVE routing??
File-based routing only gets you (..)part(..)/ of the way. Let's see how Solid makes hybrid approaches and config-based routing easy 💪

#WhiteboardTheWeb #shorts #webdevelopment #education #reactjs #solidjs
Рекомендации по теме
Комментарии
Автор

The fact that they expose the <FileRoutes /> component as something you can *just delete if it doesn't fit your use case* is SO smart. It's the little details like that which make me really love SolidJS and Solid Start so far. It's incredible how such a small detail can really make such a big difference

lvgsredarmy
Автор

I'm waiting for the day when a big league company acquires Solid JS and it gets mainstream.

merotuts
Автор

Interesting. I put my modals into a context provider and wrap my whole app with it.

codinginflow
Автор

Ryan Carniato is making the perfect meta framework by combining all the best ideas in the smartest ways.

SolidStart is SO good, and it's just getting started.

zombiefacesupreme
Автор

It's a great library but it's framework needed lots of work to catch up with mainstream js framework cause it's still buggy

mirsahib
Автор

Doesn't laravel already do this with routes

bencroacademy
Автор

File routing has been a stupid thing. I can't believe JavaScript frameworks started to adopt it, when PHP developers went through all kind of pains to get around it.
What Solid did is nothing new. It's what PHP developers did, more than a decade ago. Lol

benwyse
Автор

unpopular opinion: file based routing sucks. Good for small projects (like a website) but in bigger apps, meh. structure is less readable, middleware sucks

quintennn