selsamman / redux-capi

Redux API for consumption by React components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-capi

Redux-capi is alternative to react-redux. It allows you to package actions, selectors and thunks as an API to be consumed by React components. It uses a declarative specification for the API that eliminates the need to write reducers for state mutations and provides for independent testing of the API and components that consume them.

See the documention hosted at https://selsamman.github.io/redux-capi/

About

Redux API for consumption by React components

License:MIT License


Languages

Language:JavaScript 99.1%Language:CSS 0.4%Language:HTML 0.3%Language:Dockerfile 0.1%