satcheljs

Satchel is a data store based on the Flux architecture. It is characterized by exposing an observable state that makes view updates painless and efficient.

OTHER License

Downloads
2.7K
Stars
394
Committers
16

Bot releases are hidden (Show)

satcheljs - bug fix release

Published by kenotron almost 8 years ago

fixed a bug where the type used in the reactive decorator is too restrictive.

satcheljs - Params to the Decorator

Published by kenotron almost 8 years ago

Adding a param to the decorator. Now completes the picture for making selectors flexible enough to replace direct store references inside actions and components

satcheljs - Fancy decorations release

Published by kenotron almost 8 years ago

In this release, we added the ability to decorate actions and components to select a subset of the state tree. This will ease the amount of exposure to the tree in actions and components making them easier to understand and to test.

satcheljs - v2.2.2

Published by smikula almost 8 years ago

  • Updated version correctly
satcheljs - v2.2.1

Published by smikula almost 8 years ago

  • Return the return value so we can access it in the middleware
satcheljs - Consolidation release

Published by kenotron about 8 years ago

satcheljs - Doppleganger release!

Published by kenotron about 8 years ago

In this release, we allow for duplicate SatchelJS instances to coexist (for the case of npm linked libraries that show up via a Webpack bundling).

With this release, we're also keeping track of global context across SatchelJS instances - the library will throw an error only if an incompatible global context schema version is detected.

satcheljs - 2.0.0

Published by smikula about 8 years ago

  • Add optional actionContext argument to the action decorator. The action context is passed through to middleware. (#4)
satcheljs - Released with Travis CI

Published by kenotron about 8 years ago

No API updates with this patch level release. Just started using Travis CI to do deployment

Package Rankings
Top 3.51% on Npmjs.org
Badges
Extracted from project README
npm Build Status License: MIT
Related Projects