saga-slice

Combines reducers, types, actions and sagas into 1 config file

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
saga-slice
22101.3.03 years ago5 years agoMinified + gzip package size for saga-slice in KB

Readme

Saga Slice
  • An abstraction on top of redux and sagas meant to help reduce boilerplate around Redux.
  • Uses immer to produce immutable state.
  • Full Documentation

// If you have redux and redux sagas already installed
npm i --save immer saga-slice

// Install saga slice and dependencies
npm i --save redux redux-saga immer saga-slice

Enjoy!