Explore >> Select a destination


You are here

react.dev
| | www.mayank.co
10.0 parsecs away

Travel
| | Evaluating Next.js's implementation of React's new server features.
| | sinja.io
10.0 parsecs away

Travel
| | Suspense was introduced 5 years ago yet for a long time its sole purpose was just code splitting. Now Suspense helps you to reduce boilerplate and optimize SSR. In this guide, we'll discover how Suspense works, how to use it, and what the profits are.
| | reactnative.dev
13.9 parsecs away

Travel
| | Today we're releasing React Native version 0.71! This is a feature-packed release including:
| | www.frontendundefined.com
88.0 parsecs away

Travel
| Since React 17, React double invokes lifecycle methods and function bodies by default in Strict Mode. This is why your console.log calls might seem like they are running twice.