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
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Having a code base that has both hook based and class based components is common. It would be useful for react-atom to provide a HOC for these components. Something simple like the following should work.
@RedHatter , I'm not opposed to that. Feel free to make a PR if you like. I need to add a contributing doc, but in short: please include tests and use npm run git:commit when ready to commit.
Otherwise, I'll get around to this when I have time.
Having a code base that has both hook based and class based components is common. It would be useful for
react-atom
to provide a HOC for these components. Something simple like the following should work.The text was updated successfully, but these errors were encountered: