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 was archived by the owner on Jan 3, 2023. It is now read-only.
My name is Casey Baggz and I'm good friends with Schobert (we used to work together). I was actually going to build this component but saw you've already started the process. After trying to use it, I actually needed more functionality out of it so I decided to do an upgrade to make this tool similar to others in the React community by creating a HOC.
I'm halfway through but wanted to give you a heads up that I'll be submitting a PR soon with updated docs, etc. At a high level, it's moving to the same pattern that react-redux, react-refetch, etc. are using by providing a HOC function where you pass in your presentational component in the return. This will allow users to access the pure data and not have to force a non-JSX route regarding templates.