-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Make Use of Composition #3268
Comments
@alitaheri The order of HOC looks good 😍! |
Thanks 😁 What do you think about the warpgate? do you think it overcomplicates? I didn't see any other solution -_- |
Truth! This issue makes me very happy, I think we're definitely heading in the right direction. I'd be very curious to see a branch where we can migrate a few of our bigger components end to end with this HOC chain. Sounds good @alitaheri! |
Thanks 😁 I'll go on and work on the warpgate. after it's done and all works as expected I'll write tests and documentations for both the warpgate and the memo. Then we can migrate the entire code base and live a happier life 😆 However, before complete migration I plan on breaking some parts of the code so we can implement these easier. right now, some files are monstrous! |
This was good work, but things are changing with |
We need to improve the way our components work. and the best way is to externalize the concerns instead of doing everything ourselves.
The Problems:
ref
The blessed solutions 👼 👼
The Chain:
We have those, good how do we line them up?
I have this in mind:
Since warpgate will have to be
ref
able itself it won't needtoClass
.The dreaded ping 😆 @newoga @oliviertassinari @mbrookes
The text was updated successfully, but these errors were encountered: