Upgrade React to Version 18 #7328
Labels
blocking
Another issue or pull request is waiting for this
c/console
This is related to the Console
dependencies
Pull requests that update a dependency file
ui/web
This is related to a web interface
Milestone
Summary
Upgrade the current React version to 18 for improved performance and new features.
Current Situation
We are currently using a version of React prior to 18. This version lacks features such as automatic batching and concurrent rendering, which are available in React 18. These enhancements are crucial to improve the performance and responsiveness of our UI.
Why do we need this? Who uses it, and when?
Developers will benefit from this upgrade, particularly when building more interactive and performance-heavy components. Users of our application will experience improved responsiveness and performance, especially in UI components that involve complex state changes.
Proposed Implementation
react
andreact-dom
packages to version 18 in package.json.Contributing
Validation
Code of Conduct
The text was updated successfully, but these errors were encountered: