Plunge
WORK IN PROGRESS: Lots to do before it's production ready.
Plunge is a Event Store, it keeps a high fidelity data on the application, enabling easy rollback.
It could be considerd as a Flux Store, but it is more than that. It's probably more of an Store/Action combination.
I guess this is my version of facebook's future Relay they keep talking about.
Install
npm install plunge
Usage
TODO
TODO
- <input checked="" disabled="" type="checkbox"> Create a Singleton that Stores all the hifi data.
- <input checked="" disabled="" type="checkbox"> Create a context or scope type class that wraps the singleton.
- <input disabled="" type="checkbox"> Get sub-events if requested. (In Progress)
- <input disabled="" type="checkbox"> Create config documentation / standards. (In Progress)
- <input disabled="" type="checkbox"> Get, Save, Update & Delete Data
- <input disabled="" type="checkbox"> Data Validation
- <input disabled="" type="checkbox"> Trigger from other events
- <input disabled="" type="checkbox"> Local changes vs server value.
- <input disabled="" type="checkbox"> Create Example.