You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
With React 17 in place,react startes deprecating the Component LifeCylce methods and starts pushing Functional Components and Hooks.
Describe the solution you'd like
Implement Hooks and remove Component Lifecycle Methods
The text was updated successfully, but these errors were encountered:
As far as I see there is no need to implement hooks, they are however going to deprecate component lifecycle methods that don't fit the async rendering approach, those methods will have to be replaced with the newly added lifecycle methods.
I'll update the component accordingly.
rikschennink
changed the title
Support for React 17 by adding Hooks
Support for React 17 by replacing deprecated lifecycle methods
Jan 20, 2021
rikschennink
changed the title
Support for React 17 by replacing deprecated lifecycle methods
Support for future React releases by replacing deprecated lifecycle methods
Feb 14, 2021
Is your feature request related to a problem? Please describe.
With React 17 in place,react startes deprecating the Component LifeCylce methods and starts pushing Functional Components and Hooks.
Describe the solution you'd like
Implement Hooks and remove Component Lifecycle Methods
The text was updated successfully, but these errors were encountered: