Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 617 Bytes

EpicMiddleware.md

File metadata and controls

21 lines (11 loc) · 617 Bytes

EpicMiddleware

An instance of the redux-observable middleware.

To create it, pass your root Epic to createEpicMiddleware.

EpicMiddleware Methods


Replaces the epic currently used by the middleware.

It is an advanced API. You might need this if your app implements code splitting and you want to load some of the epics dynamically or you're using hot reloading.

Arguments

  1. epic (Epic) The next epic for the middleware to use.