https://github.com/cloudflare/agentic-inbox
Agentic Inbox: A React and Cloudflare-Powered Web Email Client — An open source React 19 and React Router 7-based Gmail-style email app, leaning on Durable Objects, R2, and other APIs. An interesting example of tying together numerous Cloudflare APIs into a single React app.
4 months ago
https://sentry.io/resources/nextjs-may-workshop/
Stop Guessing Where Your Next.js App Broke [Workshop] — Pinpoint where your Next.js production issues originated. Learn to write high-context logs, query them for silent failures, and trace across client and Node runtimes using Sentry. Hands-on and free. Register today.
4 months ago
https://inside-react.vercel.app/blog/how-react-streams-ui-out-of-order
Inside React's Out-of-Order Streaming — Suspense (and Server Components) can seem magical until you see what comes down the wire. This tour shows how React streams UI out of order with boundary markers, template placeholders, staging nodes, and tiny scripts that move content into place.
#react
4 months ago
https://expo.dev/blog/the-real-cost-of-react-native-animations-benchmarking-every-approach
The Real Cost of React Native Animations: Benchmarking Every Approach — A hard-data writeup measuring the per-frame cost of using Reanimated, RN Animated, and the new Ease library on real devices.
4 months ago
https://github.com/vercel-labs/portless
portless: Replace Port Numbers with Stable, Named Local URLs — If you’d rather see something like https://myapp.localhost than http://localhost:3000 this is for you. It’s built on Node, and now includes new features for Tailscale users.
4 months ago
https://react-hotkeys-hook.vercel.app/
useHotkeys 5.3: A Hook for Keyboard Shortcuts in Components — Apply keyboard shortcuts to components in a declarative way, e.g. useHotkeys('ctrl+k', callback_here). GitHub repo.
4 months ago
https://try.expo.dev/react-status
You Know Next.js Routing. Now Use It to Ship Native Apps — Expo Router: file-based routes, API routes, deep links, and SSR. Same patterns, native performance.
4 months ago
https://github.com/nanostores/nanostores
Nano Stores 1.3: A Tiny (286 Bytes) State Manager — Atomic and derived stores for every major framework (including React) and vanilla JS. Worth a look if a tiny footprint and framework-agnostic design appeal to you.
4 months ago
https://ssgoi.dev/en
SSGOI 5.0: Native App-Like Page Transitions for the Web — Boasts broader browser support than native page transitions and it has router-agnostic React bindings. The site has several striking demos. GitHub repo.
#page transitions
#animation library
#react transitions
#vue transitions
#svelte transitions
#spring animations
4 months ago