Fork me on GitHub
#re-frame
<
2016-04-11
>
richiardiandrea16:04:59

does re-frame has a middleware for local storage (in the meantime I am checking github)?

d-side17:04:58

It doesn't. And it shouldn't, it's kinda out of scope IMO simple_smile

d-side17:04:56

...that said, nothing prevents usage of project-specific middleware functions, there even is a guide on writing them: https://github.com/Day8/re-frame/wiki/Writing-Handler-Middleware

richiardiandrea17:04:54

@d-side: I actually agree with you

richiardiandrea17:04:24

I was thinking that it is just a one get at the "beginning" of the app

richiardiandrea17:04:54

so no need for middleware to get, maybe to save, but ok, it is simple Javascript