rcwe
v0.0.7
Published
React contexts with events.
Downloads
1
Readme
rcwe (react context with events)
this library helps you by providing a simple (and typed) way to work with the react context api.
it is inspired by redux, but with types (using daggy from fantasy-land).
how to use
- first, create some nice types (see examples/types.js)
- create the context with rcwe api (see examples/state.js)
- you are now ready to use it (see examples/index.js)
license
MIT.