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…