In our final chapter, we discuss the new features of React 18. The primary focus of React 18 is on the concurrency features and performance improvements. React 18 was released in March 2022. Most of the dependency packages, including the Redux library, have already made React 18–compatible versions available. All the projects in this book are using React 18.
We will begin by discussing the new Root API and the new way of rendering in React 18. We will then move on to discussing the concurrent behavior of the new React. I will introduce ...