Skip to content

Operator ofType for redux-observable, compatible with redux-batch-middleware

License

Notifications You must be signed in to change notification settings

vslutov/of-type

Repository files navigation

@vslutov/of-type

Build Status npm version Greenkeeper badge Coverage Status JavaScript Style Guide

Operator ofType for redux-observable, compatible with redux-batch-middleware

Install

npm install @vslutov/of-type

Code example

import { ofType } from '@vslutov/of-type'

const setProp = createAction('PROP/SET')

const propEpic = action$ => action$.pipe(
  ofType(setProp, /* other actions */),
  // do something usefull
)

About

Operator ofType for redux-observable, compatible with redux-batch-middleware

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages