Yomguithereal / baobab-react

React integration for Baobab.
MIT License
310 stars 38 forks source link

Deprecated Methods in React 17 #132

Closed vinceprofeta closed 5 years ago

vinceprofeta commented 5 years ago

componentWillMount, getChildContext, componentWillReceiveProps will all be deprecated.

Are there plans to release a version with the updated API's?

It might be cool to use Hooks as well

Yomguithereal commented 5 years ago

I don't have much time right now but if you can draft some things to update the lib to support latest react updates it would be rad. I would also review hook-related prs.

JosephClay commented 5 years ago

Created a pull for this, see #133

vinceprofeta commented 5 years ago

Closing issue with @JosephClay pull to support hooks