Solid Start Crash Course

preview_player
Показать описание
A quick look at Solid Start.

💬 Topics:
- What is Solid;
- What is Solit Start;
- Solid Reactivity & Signals;
- Server Functions;
- Client & Server Routes;
- Server side rendering.

Рекомендации по теме
Комментарии
Автор

Yes I am interested in a deep dive into this!

Solid really looks promising

ChichaGad
Автор

Yes - we are interested. Maybe a crash course video with deployment included. Thank you!

jrmayol
Автор

I love solid and I played around with solid start when it was first announced and was impressed. I'd love more videos about it in the future

bryson
Автор

Love the format of the video. Keep it up

rubenchiquin
Автор

how does caching with use server work? will it cache the data on the server or tell the client to cache it locally?

haanmukhlis
Автор

Very interesting and awesome explanation thank, do more tut about this plz!

Crakkovia
Автор

Finally 1.0. I was using solidjs on/off for last few side projects. I was waiting to use solidstart in production.

piotroszko
Автор

Absolutely love Solid for kicking off the Signals trend. But I just can’t imagine them gaining much ground in the current framework war

nielskersic
Автор

Genuine question, is there any good company out there that uses the "modern" way to write web apps?

Every good company I see, when I say good I mean companies that make good money, uses tech that most hipster devs would call "old" - Larvel, Django, NestJS, Ruby on Rails, Express, Angular, Vanilla React etc.

wlockuz
Автор

Great summary! I've been watching your videos for a while now, its nice to have a name to this series!

Are you thinking about naming the videos more with Snippets in the name?

Would love to see a deep dive on SolidStart and another on Svelte 5 when it drops! 🙂

IainSimmons
Автор

Why use a fetch call for the mutation? Could you not simply use "use server" to turn it into an RPC?

dawidwraga
Автор

Hi, I'm new to web development but have learnt programming in JavaScript, html

Can you suggest how to start learning Web development with new framework like solid/astro. People are suggesting me to start with something like react and then switch to other framework, any disadvantage on learning Web development with solid/astro instead of old frameworks
I'm not looking for a job, so you can exclude that reason

IamSholiSJ
Автор

Why not use plain old reliable Laravel with Vue components for interactive content?

matthias
Автор

Please, give us the full shaft for this one 🙏

Niksorus
Автор

Not going to lie I have huge respect for web developers, I was involved in project was the most boring shit i did in the while.

thotratkoceri
Автор

I really like Solid, but I don't know what is it's place if React already exists.

We could say its faster, but that's not really a valid argument, most people aren't rendering millions of elements per second.

neociber
Автор

i wish they would've stuck with server$ as opposed to the server actions. i find it to be more explicit. the rust frameworks have a #[server()] macro which accepts a component and an endpoint as arguments which i like too. when i look at server actions i have to think for a second. it's just a weird pattern.

smoked-old-fashioned-hhlo
Автор

Why did they adopt File Based Routing? :(

nvictorme
Автор

`tasks` state instance manually synchronized with the BE state looks suspicious as a pattern. Great video anyway.

IvanKleshnin
Автор

I made file system based routing in golang for vanilla js 😤

CoolestPossibleName