Profile avatar
ryansolid.bsky.social
got signals? @solidjs.com @sentry.io previously: @netlify.com @markojs.com
218 posts 6,479 followers 67 following
Regular Contributor
Active Commenter

I think this post misses in a few ways: Server functions are almost always combined with client loaders. So while they don't solve co-location because of client loaders you aren't dealing with waterfalls. So why use server functions if not for co-location? 1/

Really cool talk on Async and Suspense by @devagr.bsky.social. Love the demo at the end of the talk.

The stream is back tomorrow. Last stream for a little while as I'm moving. Let's catch up and talk about the latest things going on with Solid and the frontend ecosystem. www.youtube.com/watch?v=u2MC...

I released another video. I think this one went a lot better than the first. Want to know how every JavaScript framework updates the DOM? This is the video for you: youtu.be/0C-y59betmY

I've been streaming for about 3 years, pre-recorded conference talks/demos, but making a video was a completely different experience. But here is my first attempt at one. Let's talk JavaScript Frameworks: www.youtube.com/watch?v=DAci...

One of the bigger challenges I have had promoting @solidjs.com is assuming developers have a general idea of how their tools work. I'd show off fine-grained rendering, and be met with "Isn't that how React works?" I'd find myself educating them more about their existing tools.

This small prototype suggests the same run once nested async parallelism should be possible for our upcoming SSR solution as well: playground.solidjs.com/anonymous/f3...

The stream is back tomorrow at an earlier time. We're going to look at the topic of SSR in a fine-grained system and how async plays a role. And if we have time, we will look at the Svelte Async proposal. www.youtube.com/watch?v=efx9...

I opened-sourced @solidjs.com 7 years ago today. But I've been working on it longer. Today I felt like reflecting on this journey. "A Decade of SolidJS" by @ryansolid.bsky.social #DEVCommunity #SolidJS #JavaScript #webdev dev.to/this-is-lear...

Proxies are kinda nuts. I'm not sure if anyone would appreciate this. But I was trying to figure out how Solid could hydrate without hydration IDs with its run-once components and the fact JSX executes inside out. I mean it works: playground.solidjs.com/anonymous/93...