React Just Got a Big Update!
3 min readMar 30, 2022
Welcome back! React is an awesome framework that allows you to build out cross-platform software, if you’re new to React, here is a link to their website:
A few days, React got its next big update, React v18.0! So, let’s take a look at some of the improvements with this update! If you want to take a look at their release log, here is a link to it:
So, let’s check out some of the changes with this update.
Automatic Batching
This version of React brings Automatic Batching, this is a feature which should improve the performance of your software. To see a breakdown of this update, here is a screenshot of how this can be implemented: