mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
* Document React.lazy Suspense is documented here since it's the only built-in way so far to use it. In the future it'll likely be documented on its own more like Error boundaries. This hoists React.lazy as the primary way to do code splitting. However, before getting into it we keep the recommendation to use react-loadable for server-side rendered apps since Suspense is not yet ready for the server. * Tweaks * Tweaks * nits