Motivation

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

react-routerarrow-up-right along with react-loadablearrow-up-right enables us to do component-centric code-splitting.

This does not address the code-splitting of reducersarrow-up-right and epics.arrow-up-right

Code-splitting with reducers and sagasarrow-up-right is implemented in react-boilerplatearrow-up-right, 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 Higher-Order Componentsarrow-up-right it's possible to apply React Observatory in other scenarios which will not be covered in this documentation.

Last updated