This library should help you:

- to quickly generate typical enterprise layouts (see [Layouts](#/layouts) section)
- to quickly generate and handle input forms (see [Form](#/form) component)
- to solve typical enterprise challanges like:
    - branding (see [Theming](#/theming))
    - massive data handling (pagination, infinitive scrolling)
    - simplyfying REST API communication (query params to/from JSON) (see [REST API](#/rest_api))

Futhermore, we will provide templates for:

  - authentication and authorisation
  - SPA persistent layar via Redux store and side effect handling via Saga
