React’s latest prominent version contains out-of-the-box refinements like new APIs like startTransition, automatic batching, and streaming server-side rendering with support for Suspense.
In React Conf 2021, They shared a lot of visions:
- In the keynote, they explain how React 18 fits into React’s mission to make it straightforward for developers to build outstanding user experiences.
- Shruti Kapoor explained how to use the new components in React 18.
- Shaundai Person delivered a summary of streaming server rendering with Suspense.
You can read an overview of what’s new in React 18 here.