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
I didn't like the static properties stuff we used to have because it's too easy to abuse the container component and make your component not reusable by tying the state logic inside.
Same goes for the decorator. Making a decorator version out of this though seems pretty easy with some currying.
prcolaco
pushed a commit
to decentrawise/alt-react
that referenced
this issue
Mar 7, 2024
@goatslacker I like what you have here with
connect
. But I miss the decorator version we used to have.I suggest something like this:
However I'm unsure how you'd want to introduce this into the library. Let me know your thoughts.
The text was updated successfully, but these errors were encountered: