React Observatory
  • Introduction
  • Motivation
  • Dynamic Injection
    • Reducers
    • Epics
  • API Reference
    • applyAsyncEpics
    • applyAsyncReducers
    • composeReducerCreator
    • createRootEpic
    • injectEpic
    • injectReducer
    • withAction
    • withRouterAction
Powered by GitBook
On this page

Motivation

PreviousIntroductionNextDynamic Injection

Last updated 6 years ago

React Observable was created as an opinionated effort to provide developers with tooling and guidance on building advanced React architecture with code-splitting.

along with enables us to do component-centric code-splitting.

This does not address the code-splitting of and

Code-splitting with reducers and is implemented in , but it does not expose the utilities as a reusable library.

React Observatory is intender to be used in the conjunction with libraries such as:

Due to the composable nature of it's possible to apply React Observatory in other scenarios which will not be covered in this documentation.

react-router
react-loadable
reducers
epics.
sagas
react-boilerplate
React
React Router
React Loadable
Redux
Redux Observable
RxJS
Higher-Order Components