react hook will mount code example
Example: react hook will mount
const useComponentWillMount = (func: (params?: any) => any) => useMemo(func, []);
const useComponentWillMount = (func: (params?: any) => any) => useMemo(func, []);