-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Rewrite components to stateless components and use React hooks #36
Comments
@all-contributors please add magicmatatjahu for code, doc, ideas, maintenance, |
I've put up a pull request to add @magicmatatjahu! 🎉 |
@all-contributors please add kazydek for doc, review, maintenance, please add akucharska for code, maintenance and please add derberg for doc, examples, ideas |
I could not determine your intention. Basic usage: @all-contributors please add @jakebolam for code, doc and infra For other usages see the documentation |
@all-contributors please add kazydek for doc, review, maintenance |
I've put up a pull request to add @kazydek! 🎉 |
@all-contributors please add akucharska for code, maintenance |
I've put up a pull request to add @akucharska! 🎉 |
@all-contributors please add derberg for doc, examples, ideas |
I've put up a pull request to add @derberg! 🎉 |
@all-contributors please add akucharska for code, maintenance |
I've put up a pull request to add @akucharska! 🎉 |
@all-contributors please add akucharska for code, maintenance |
I've put up a pull request to add @akucharska! 🎉 |
@all-contributors please add derberg for doc, examples, ideas |
I've put up a pull request to add @derberg! 🎉 |
sorry for spamming the issue :( |
Multi user add coming soon! all-contributors/app#100 |
@all-contributors please add aerfio for code, doc, ideas, maintenance, review, tests |
I've put up a pull request to add @aerfio! 🎉 |
@all-contributors please add magicmatatjahu for code, doc, ideas, maintenance, review, tests |
I've put up a pull request to add @magicmatatjahu! 🎉 |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
Description
At the moment library and playground app have in the vast majority stateful components (created by class). In
16.8.0
version of React, the hooks feature will be made available.AC:
Reasons
Willingness to improve speed of rendering and more readable code.
Attachements
The text was updated successfully, but these errors were encountered: