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-router along with react-loadable enables us to do component-centric code-splitting.
This does not address the code-splitting of reducers and epics.
Code-splitting with reducers and sagas is implemented in react-boilerplate, 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 Components it's possible to apply React Observatory in other scenarios which will not be covered in this documentation.
Last updated