js-stack-from-scratch
js-stack-from-scratch copied to clipboard
Migrate to React 15.5.0+
Should be mostly the PropTypes changes:
https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
Will this solve it? https://github.com/reactjs/react-codemod#react-proptypes-to-prop-types
Has any1 done this successfully can you describe the steps, please.
@lavebug it's described at https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html
Andrey have you done this migration so there is no warning for all those dependencies in your node_modules? Did you use react-codemod with JSCodeshift? Maybe list steps eli5 don't copy/paste the link from verekia up above.
@lavebug I thought that was what you asked for.
Shortly, you migrate your code as described in the blog post. For third-party deps you go case-by-case but as far as I know many packages are not yet up to date. I wasn't able to get rid of the warning.