4.4.0 • Published 5 years ago

@redux-observable-backend/node v4.4.0

Weekly downloads
14
License
MITNFA
Repository
github
Last release
5 years ago

Redux Observable Backend - Node

What is this library?

For an example use case, look at ./app.js.

Installation

This package requires you also install these peer dependencies:

  • @redux-observable-backend/redux-utils
  • rxjs

npm

npm i rxjs @redux-observable-backend/node @redux-observable-backend/redux-utils

yarn

yarn add rxjs @redux-observable-backend/node @redux-observable-backend/redux-utils

API

  • createConfigurationSet
  • nodeEpic
  • nodeReducers
  • ofTaskName
  • runTasks

Custom Configuration

NODE_ENV

To configure your Node environment, you don't have to specify NODE_ENV at the command line or scripting layer. You could instead add a ./localConfig.js file:

module.exports = { nodeEnv: 'development', }