How to downgrade from React JS 16 to 15

If you, as me, upgraded React 15 to 16, and then noticed a bug in you app, you’d like to downgrade, at least temporarily, to React 15. To do this, you need to issue the following command:

This will bring React to version 15.6.2 again. After fixing the bug, you can run the following … Continue reading “How to downgrade from React JS 16 to 15”