JSPM

esp-js-polimer

8.1.1-next.0
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 22
    • Score
      100M100P100Q68498F
    • License Apache-2.0

    Polimer adds redux-like reducers for esp-js

    Package Exports

    • esp-js-polimer
    • esp-js-polimer/.dist/esp-js-polimer.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (esp-js-polimer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

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