Public list by ~reactstatus

Issue 472 - How React streams UI out of order

Debugging Next.JS Best Practices: Logs and Tracing

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

How React streams UI out of order and still manages to keep order

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

The real cost of React Native animations: benchmarking every approach

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

React Hotkeys Hook

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

Introduction to Expo Router

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

SSGOI - Beautiful Page Transitions for Modern Web Apps

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