jsonmaur / jumpsuit

MIT License
1.39k stars 74 forks source link

POC fixing HSR by using synchronous storage #73

Closed hugochinchilla closed 7 years ago

hugochinchilla commented 7 years ago

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.

hugochinchilla commented 7 years ago

@tannerlinsley this changes only address the problems described in #71 but not the one described in #72

tannerlinsley commented 7 years ago

Closing for now