c8r / kit

Tools for developing, documenting, and testing React component libraries

Home Page:https://compositor.io/kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stateful: like refunk but with a render prop

johno opened this issue · comments

Refunk does use a render prop (and the new context API) now – we could potentially include refunk as a dependency or have a kit-specific one in this repo

Thinking on this a bit, it could be nice to have a simpler State component that doesn't do anything at all with context, so maybe using Refunk wouldn't fit in with that line of thinking