Fork me on GitHub
#cljsrn
<
2017-12-12
>
mv10:12:25

Does anyone have resources I should check out in order to serialize the re-frame db to the phones storage?

vikeri10:12:00

Albeit not being intended for storage we use transit since it’s a lot faster than pr-str

mv10:12:09

Interesting

mv10:12:00

Do you use that to serialize to localstorage in a phone?

vikeri12:12:49

Saving it in one key in AsyncStorage. We’re also using Realm which is way faster but it doesn’t really work when you’re using the Chrome debugger though

danielneal20:12:37

ooh I've heard good things about realm