react-filepond icon indicating copy to clipboard operation
react-filepond copied to clipboard

Support for future React releases by replacing deprecated lifecycle methods

Open mkharibalaji opened this issue 4 years ago • 2 comments

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

mkharibalaji avatar Jan 20 '21 02:01 mkharibalaji

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 avatar Jan 20 '21 06:01 rikschennink

Thanks @rikschennink

mkharibalaji avatar Jan 27 '21 07:01 mkharibalaji