babel / babel-sublime-snippets

Next generation JavaScript and React snippets for Sublime
https://babeljs.io
262 stars 47 forks source link

Rename legacy lifecyle methods #36

Open ifdion opened 6 years ago

ifdion commented 6 years ago

Since componentWillMount() componentWillUpdate() and componentWillReceiveProps are now considered legacy in React v.16.6.0, they should be renamed to UNSAFE_componentWillMount() UNSAFE_componentWillUpdate() and UNSAFE_componentWillReceiveProps.