You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@EladBezalel@jchiatt It seems reasonable because of hooks using everywhere, but I can't imagine how I would implement chaos with hooks in my project. Because with HOC, we can change logic of the whole child component, but can we do this with hook? And will it be clear enough to not write boilerplate condition for render every time?
Honestly, I can't even imagine about using this with renderProps pattern because we don't need any returnable value from chaos
Looks like a really nice project!
I think having a
useChaos
hook can be really useful and will also won't encapsulate the wrapped componentThe text was updated successfully, but these errors were encountered: