-
Notifications
You must be signed in to change notification settings - Fork 80
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
Question: Refactor library with hooks #201
Comments
Yeah, I'm working on another project which is very similar. It uses hooks, once I finalize it ill backport the mechanism to RUC |
@ScriptedAlchemy I'll be more than happy to contribute if you need help |
I wouldn’t mind some assistance giving it updates. So if you’re keen I’ll gladly accept a pr! |
Moving to hooks is tricky because the class based system lets me execute static’s ahead of time. |
Do preload and prelodWeak really matters ? |
Those were used previously but no they are no popular features. It could be possible to further upgrade. If you’re interested in getting something started. I’ll likely pick up the PR and help. Either way I need the suspense part. I’ve got a hooks based async component in webpack-external-import. Take a look at the src/react file. That might be able to be ported over |
Hi @ScriptedAlchemy,
Any plan to use hooks instead of HOCs in the library ?
The text was updated successfully, but these errors were encountered: