@redux-observable-backend/node

4.4.0 • Public • Published

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', }

Readme

Keywords

none

Package Sidebar

Install

npm i @redux-observable-backend/node

Weekly Downloads

9

Version

4.4.0

License

MITNFA

Unpacked Size

28.5 kB

Total Files

40

Last publish

Collaborators

  • sawtaytoes