esp-js-polimer
TypeScript icon, indicating that this package has built-in type declarations

6.5.1 • Public • Published

Build Status lerna

Evented State Processor (ESP) - Package esp-js-polimer

ESP gives you the ability to manage changes to a model in a deterministic event driven manner. It does this by adding specific processing workflow around changes to a model's state. It was born out of the need to manage complex UI and/or server state.

At its core is a Router which sits between event publishers and the model. Those wanting to change the model publish events to the Router. The model observes the events and applies the changes. The model is then dispatched to model observers so new state can be applied. It's lightweight, easy to apply and puts the model at the forefront of your design.

ESP 2.0 adds a host of other additional libraries to help you build composite single page application with React. It allows you to use either OO, and/or immutable pattens (Redux like) for modeling independent and decoupled screens within your composite application. Features include:

  • The core event router - esp-js npm
  • Dependency injection container - esp-js-di npm
  • Module loading system and composite application toolbox - esp-js-ui npm
  • React support - esp-js-react npm
  • Immutable state models - esp-js-polimer npm

It's built on typescript and type definitions are included in the npm packages.

For full documentation please see https://esp.github.io/.

Package Sidebar

Install

npm i esp-js-polimer

Weekly Downloads

15

Version

6.5.1

License

Apache-2.0

Unpacked Size

2.08 MB

Total Files

45

Last publish

Collaborators

  • sonic78