re-reduced
re-reduced copied to clipboard
Productivity toolbelt for React/Redux/Redux-Saga apps. 1.7kb minzipped
A typesafe functional toolbelt for React and Redux apps
Features
- typesafe
- focus on domain driven design
- encourages fractal architecture
- built with testability and scalability in mind
- reduces boilerplate dramatically by reusing data structures
Installation
With NPM: npm i --save re-reduced
With Yarn: yarn add re-reduced
Guides
- building a Counter app - end to end integration for a simple counter app
Examples
-
Counter - Counter app using both
connectWithActions
andreact hooks
-
ToDo - ToDo app using
connectWithActions
, selectors and async integration
Go check out the docs!
LICENSE
MIT