1.0.1 • Published 4 years ago

fetch-with-redux-observable v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

redux-observable-fetch-core

Javascript core to handle fetch, spinner, pagination and user message

###PUBLISH

yarn build
yarn publish

###HOW TO USE

  1. Add to your main reducer CORE_REDUCER_KEY and core reducer to use
  2. Add coreEpic to your main epic
  3. Install the needed dependencies

    "@types/js-cookie": "^2.2.4",
    "@types/node": "^13.1.4",
    "@types/react": "^16.9.17",
    "@types/react-redux": "^7.1.5",
    "typescript": "^3.7.4",
    "js-cookie": "^2.2.1",
    "moment": "^2.24.0",
    "node": "^13.5.0",
    "redux": "^4.0.5",
    "redux-observable": "^1.2.0",
    "reselect": "^4.0.0",
    "rxjs": "^6.5.4"
  4. Start developing with redux-observable-fetch-core !!!

Created By Softlab FE

1.0.1

4 years ago

1.0.0

4 years ago