However, React 18 does include a ton of work around Suspense, including:
- Fixes to quirks in its existing behavior (https://github.com/reactwg/react-18/discussions/7)
- startTransition API which lets you implement the "show old content while new data is loading" UX (https://github.com/reactwg/react-18/discussions/41)
- A whole new server renderer that uses <Suspense> for streaming HTML and hydrating the page in independent parts (https://github.com/reactwg/react-18/discussions/37)
So it's ongoing but maybe the "whole story" including recommended patterns will not quite be in the initial scope in 18.0 release.
I edited the announcement to clarify this.
However, React 18 does include a ton of work around Suspense, including:
- Fixes to quirks in its existing behavior (https://github.com/reactwg/react-18/discussions/7)
- startTransition API which lets you implement the "show old content while new data is loading" UX (https://github.com/reactwg/react-18/discussions/41)
- A whole new server renderer that uses <Suspense> for streaming HTML and hydrating the page in independent parts (https://github.com/reactwg/react-18/discussions/37)
So it's ongoing but maybe the "whole story" including recommended patterns will not quite be in the initial scope in 18.0 release.
I edited the announcement to clarify this.