Technology

React

react

Links

Resources

Recent

Latest Release Posts

Summary

  • Activity component for prioritized hidden rendering
  • useEffectEvent to separate event callbacks from effects
  • Partial Pre-rendering + resume APIs for SSR/SSG

Summary

  • Create React App deprecated for new apps
  • Migrate to frameworks or Vite/Parcel/Rsbuild
  • CRA remains in maintenance mode with React 19 support

Summary

  • Actions + useActionState simplify async transitions
  • use and useOptimistic for suspendable resources and optimistic UI
  • react-dom/static prerender APIs and <form> Actions

Summary

  • react.dev is the new official docs site
  • Docs teach modern React with function components and Hooks
  • 600+ interactive sandboxes and examples

Summary

  • Automatic batching across events
  • Transitions API: startTransition/useTransition
  • Streaming SSR with Suspense; Server Components experimental