1.0.13 • Published 4 years ago
repileux v1.0.13
repileux
:warning: This package is currently in development. :warning:
Building on Redux and react-router to make building modular, single page applications easy.
- Declare 'pages' with path, component and onLoad/onFirstLoad triggers.
- Declare 'modules' with pages, a relative path, redux reducers/slices, middleware
- Combine modules into an application which sets up Redux react-router and React.
- Declare network-based state which is exposed conveniently to components with progress indication and errors. Also includes options to configure local storage.