component-will-mount-hook
This is isomorphic hook similar to componentWillMount lifecycle method, which is available in Class Components of react
Updated by @prashantvit
use-lifecycle-hooks
Use a class-based lifecycle ⚡ under the React Hooks ⚛️🚀 ..
Updated by @3imed-jaberi
react-redux-subscribe-while-mounted
A uitility to make it easier to subscribe to a Redux store from React components
Updated by @arnemahl
babel-plugin-react-rename-unsafe-lifecycle
Rename unsafe react lifecycle: componentWillMount by UNSAFE_componentWillMount, componentWillReceiveProps by UNSAFE_componentWillReceiveProps and componentWillUpdate by …
Updated by @gsarfati