React 18 !

ahmedSoua
Jun 28, 2021
Photo by Alexandru Acea on Unsplash

What’s new with the new version of React ?

When released, React 18 will include improvements (Automatic Batch Processing), new API (start Transition), and a new streaming server renderer with built-in support for React.lazy.

These features are made possible by a new registration mechanism we’re adding in React 18. It’s called “concurrent rendering” and allows React to prepare multiple versions of the UI simultaneously. This change is mostly behind the scenes, but it opens up new possibilities to improve actual performance.

I will talk about these new features in more detail in my next articles.

Follow me ;) ………..

--

--