Goldencobra icon indicating copy to clipboard operation
Goldencobra copied to clipboard

Update react-js version

Open 5minpause opened this issue 7 years ago • 7 comments

We still use 0.13.1 in this project. This should be updated. The current version is v15.4.2

5minpause avatar Mar 15 '17 10:03 5minpause

Latest release currently 15.6.1 (June 14, 2017). https://github.com/facebook/react/releases

donni106 avatar Jul 05 '17 09:07 donni106

Latest release currently 16.0.0 (September 26, 2017). https://github.com/facebook/react/releases

donni106 avatar Oct 06 '17 11:10 donni106

@5minpause what do you think is needed to test manually after updating? Maybe I can take the task.

donni106 avatar Oct 06 '17 14:10 donni106

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…)

5minpause avatar Oct 06 '17 14:10 5minpause

Find the react components, we use. Make sure the old syntax of React.createClass is still supported (I know it's deprecated though).

5minpause avatar Oct 06 '17 14:10 5minpause

Perhaps this can help @donni106 https://blog.discordapp.com/lessons-from-migrating-a-large-codebase-to-react-16-e60e49102aa6

5minpause avatar Oct 06 '17 14:10 5minpause

Latest release currently 16.7.0 (December 20, 2018). https://github.com/facebook/react/releases

donni106 avatar Jan 28 '19 15:01 donni106