⚠️ this repo is not maintained
A minimal package to start to develop a React application with redux and redux-observable support.
Epic Patterns concept needs some comments. The idea was developend starting from this:
https://redux-observable.js.org/docs/recipes/InjectingDependenciesIntoEpics.html
An Epic Pattern is a higher order function accepting the actionType and some other function to use in a rxjs stream.
Still, the dependencies injection is a second level of function parameter (an epic-pattern returns a function X that returns a function Y, and that function Y accepts (action$, ...args) and attach .pipe() to action$)
See:
The idea was to simplify unit testing by testing each epic parameter, see:
Missing staff: this code is pure js, no type checking support.
Note:
npm i
To install, then run with:
npm run start
warning:
There is no support for manifest, and neither for webworker.
The only built file is a index.bundle.js in dist/ folder
npm run build