AmpersandJS / tools.ampersandjs.com

Hand-picked tools for building ampersand apps. A grab bag of "solved problems" for single page apps.
https://tools.ampersandjs.com
MIT License
11 stars 2 forks source link

Fluxible Store mixins for Ampersand State, Model, and Collection #28

Closed mikepb closed 9 years ago

mikepb commented 9 years ago

Ampersand Collection Fluxible Mixin

This module implements the dehydrate and rehydrate methods for Ampersand.js states and models to be used as Fluxible Stores.

https://github.com/mikepb/ampersand-state-fluxible-mixin

Ampersand Collection Fluxible Mixin

This module implements the dehydrate and rehydrate methods for Ampersand.js collections to be used as Fluxible Stores.

https://github.com/mikepb/ampersand-collection-fluxible-mixin

HenrikJoreteg commented 9 years ago

added, thanks! sorry for the delay.