Ryan Carniato
- 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...
- Preview for the upcoming stream. We all know after React 19s Suspense Gate what we should do with parallel Components fetching: stackblitz.com/edit/github-... But what if they are nested: stackblitz.com/edit/github-...