Open 5minpause opened 7 years ago
Latest release currently 15.6.1 (June 14, 2017). https://github.com/facebook/react/releases
Latest release currently 16.0.0 (September 26, 2017). https://github.com/facebook/react/releases
@5minpause what do you think is needed to test manually after updating? Maybe I can take the task.
Updating react should be done in a minor release bump, not in a bugfix release, since it might be breaking change for a project. (that's why it could even be in a major release, but we don't release a major release anytime soon…)
Find the react components, we use. Make sure the old syntax of React.createClass
is still supported (I know it's deprecated though).
Perhaps this can help @donni106 https://blog.discordapp.com/lessons-from-migrating-a-large-codebase-to-react-16-e60e49102aa6
Latest release currently 16.7.0 (December 20, 2018). https://github.com/facebook/react/releases
We still use 0.13.1 in this project. This should be updated. The current version is v15.4.2