In this Friday's stream, Ryan is going to explore exactly how
#solid_js JSX works.
It's live right now!
In this Friday's stream, Ryan is going to explore exactly how
#solid_js JSX works.
It's live right now!
#SolidStart is in beta. But what it is? Basically what svelte-kit is for svelte, next and remix are for react, etc., but for #solid_js, with a few twists:
- recursive islands allow to reduce hydration to only those parts of your app that require it
- a hybrid router with a bit of extra logic allows SPA-like behavior and performance with only 5kb of JS
- server functions (the results reaches the client via RPC)
And like all the others, deployment adapters for most clouds.