Fork me on GitHub
#cljsrn
<
2016-06-28
>
vikeri08:06:32

@alwx: Great article! A note on persistence though, since the API of transit is not solidified yet it should not be used for persistence: https://github.com/cognitect/transit-format#implementations, I did the exact same thing but was advised to store it as plain text edn instead.

vikeri08:06:29

@esp1: There are mutliple steps for building an app for offline unfortunately. I wrote a small script that automates it, intended to become a lib in the future: https://github.com/vikeri/rn-cljs-tools

alwx08:06:20

@vikeri thanks for your comment. I will add this information to the article.

esp113:06:57

@vikeri: thanks! i will try it out