@redux-observable-backend/node
v4.4.0
Published
Utilities for creating Node.js applications.
Downloads
7
Readme
Redux Observable Backend - Node
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', }