We have tons of tests, and nearly a third of them are browser tests! Even so, Reatom makes writing core logic so efficient that even those run in an instant.
Imagine if every npm package page had a built-in sandbox to test code instantly.
I used @Cloudflare’s new Dynamic Workers to build exactly that. It bundles packages at runtime in rapid, isolated sandboxes.
Some fun notes about Reatom:
- Lightweight as Lit
- Dumb as Zustand
- Featured as Vue
- Magic as Svelte
- Explicit as Redux
- Concurrent as Redux-Saga
- Composable as RxJS
- Safe as Zod
- Fundamental as Ext
- Straightforward as Elm
- Debuggable as Quokka
😝
I wired @ReatomJS directly to vanilla @threejs.
So I built a pattern to get:
✅ Auto-generated Debug UI
✅ Automatic disposal
✅ Zero-overhead updates
And it works with any UI framework. 🧵
@tonyblu331@GuriaFS@alightinastorm@ReatomJS@threejs Hi there! We will publish the Vue adapter package a little later with a few fancy features. But right now, this should be enough:
https://t.co/OZqtMBmB8H
🚀 Exciting news! @reatom/[email protected] is out!
We've added log.state and a match option in connectLogger for filtering or custom log highlighting. Perfect for debugging!
Thread 🧵 1/5
The highlight: You can now pass reactive, parameterized callbacks to route params! This unlocks flexible, efficient patterns for your code.
Examples:
- Protected routes: https://t.co/a1ebtRvJ8F
4/5