- Playing with @convex and WOW, their optimistic updates make the app feel local first. Even more impressive is you don't have to sacrifice DX; it's a joy to use, including the RSC story. Just `preloadQuery` on the server and `usePreloadedQuery` on the client π
- Lately I've been hacking away with @solid_js and @electronjs on a GitHub notification manager (just as a fun personal project, but it is public: github.com/tmns/noti). As I'm often in React Land for my day job, Solid provides a nice refuge to retreat to in the evenings π
- Have had lots of fun lately porting over the React @liveblocks implementation to @solid_js. After spending some time deep in their repos, it's so clear both are maintained by folks that care deeply about their craft. Very inspiring! Check it out here:
- Ever wanted more control of how you dynamically loaded and rendered components? Suspense is nice but sometimes it's preferable to handle things on your own. This is a journey into... suspense-less code-splitting! dev.to/tmns/uselazyloβ¦

