component-will-mount-hook
This is isomorphic hook similar to componentWillMount lifecycle method, which is available in Class Components of react
babel-plugin-react-rename-unsafe-lifecycle
Rename unsafe react lifecycle: componentWillMount by UNSAFE_componentWillMount, componentWillReceiveProps by UNSAFE_componentWillReceiveProps and componentWillUpdate by UNSAFE_componentWillUpdate