4.4.0 • Published 6 years ago
@redux-observable-backend/node v4.4.0
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-utilsrxjs
npm
npm i rxjs @redux-observable-backend/node @redux-observable-backend/redux-utilsyarn
yarn add rxjs @redux-observable-backend/node @redux-observable-backend/redux-utilsAPI
createConfigurationSetnodeEpicnodeReducersofTaskNamerunTasks
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', }