-
Notifications
You must be signed in to change notification settings - Fork 65
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
Refactor components with Hooks #54
Comments
@minhtranite Can you please review the PRs? |
Appears like this project is no longer being maintained. @minhtranite Are you still actively working on this? Appears like last commit was almost 3 years ago. |
I would love to use this because the notifications look amazing, but it is so outdated I have no choice but to go with another library. |
@minhtranite @theslip @hyperh @OMantere Can anyone review this PR. |
Please check my comment in the PR. |
Some methods like
componentWillMount
andcomponentDidMount
are depreciate, I believe than we need to refactor all component with new React Hooks API.The text was updated successfully, but these errors were encountered: