This uses localStorage for it's synchronous API to fix #72
As a result of JSON.stringify and JSON.parse usage functions inside actions are silently dropped, this already happened on jumpsuit 1.X (closing #71)
Warning:
this is just a POC, it fills the local storage with garbage, maybe there are better synchronous apis for client side storage, or maybe using the server as storage as in jumpsuit 1.X is not that bad idea.
closes #71 and #72
This uses localStorage for it's synchronous API to fix #72
As a result of JSON.stringify and JSON.parse usage functions inside actions are silently dropped, this already happened on jumpsuit 1.X (closing #71)
Warning: this is just a POC, it fills the local storage with garbage, maybe there are better synchronous apis for client side storage, or maybe using the server as storage as in jumpsuit 1.X is not that bad idea.