1.0.13 • Published 4 years ago

repileux v1.0.13

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

repileux

Test Publish to NPM codecov npm

: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.

Demo

Deploy Demo to Test

Demo code from js/demo is hosted here.