A guide to upgrading from React 17 to React 18 (release candidate). Covers installing the new packages via npm or yarn, upgrading Create React App to v5, updating dependent libraries like React Redux and SWR, and replacing the deprecated ReactDOM.render() call with the new ReactDOM.createRoot() API. Also notes potential edge

3m read timeFrom playfulprogramming.com
Post cover image
Table of contents
Installation Copy link Link copied!Update render method Copy link Link copied!Conclusion Copy link Link copied!

Sort: