Handling lots of API calls in your Redux application is tough and requires writing a lot of boilerplate code. To reduce the boilerplate, we provide clean and declarative way to define api layer in your application.
See Motivation section to see what problems, we are trying to solve.
Go to Getting started section to quickly jump in the short example.
npm install redux-wave
MIT