Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for future React releases by replacing deprecated lifecycle methods #165

Open
mkharibalaji opened this issue Jan 20, 2021 · 2 comments

Comments

@mkharibalaji
Copy link

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

@rikschennink
Copy link
Collaborator

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 rikschennink changed the title Support for React 17 by adding Hooks Support for React 17 by replacing deprecated lifecycle methods Jan 20, 2021
@mkharibalaji
Copy link
Author

Thanks @rikschennink

@rikschennink 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants