Profile avatar
cloud-walker.bsky.social
27 posts 25 followers 192 following
Regular Contributor
Active Commenter

One of the reasons I started developing Waku waku.gg is to experiment with Jotai and RSC. I'm proud of the first PoC of Waku/Jotai integration. It's still very limited, and we need to explore more, but for me, it's a great milestone. Demo: stackblitz.com/edit/github-...

BIG DAY 😇 Introducing Standard Schema! It’s a specification for a standard interface to be implemented by TypeScript schema libraries. The goal is to make it easier for frameworks and tools to accept user-defined schemas, without writing separate adapters for different libraries. standardschema.dev

It's sad that the proposal seems stuck 😢

Just wow 😮

At my company we use tailwind 3 as the CSS solution for our Design System library, and the new tailwind 4 direction seems worse than the 3, all is CSS now, we got design tokens in JS, and in the future we want to import them from an API.

Everyone I know who fell in love with TS had a period of thinking it totally sucked

@tsx.is users, do you use tsx in production (to spin up the server) or not? The docs are a bit vague on that: tsx.is/faq#can-shou...

New post on the @ariakit.org newsletter ✨

📚 Had to post this a lot on the other platform lately and apparently, it blows people's mind that this is possible. I wrote it over 2 years ago, and callback refs will only get better in v19 because they will get cleanup functions. Have a read: tkdodo.eu/blog/avoidin...

Hi folks! I'm trying to implement very interactive charts (like the ones in the screens), that for example offers "pressed" state for every point of the chart. There is some modern way of achieve them? I solved the first one with CSS Grid, and @ariakit.org , but the second one is killing me ðŸ«