Progressively upgrading React in your app
•1 minute read
Upgrading React means upgrading one of the most critical dependencies of your app. Even if all your unit and integration tests pass, you will probably not feel comfortable shipping major upgrade of React to all customers at once. If you are using Webpack and Yarn, you can create two bundles of your…Continue Reading