Fork me on GitHub
#cljsrn
<
2020-05-11
>
dnolen20:05:27

device side caching looks promising for Krell - already have it where the app can load w/o a REPL after the first time

dnolen20:05:19

it also provides a way to do a reconnect after RN reload which I had given up on earlier

dnolen20:05:20

on RN refresh, we can just reload everything from the cache and switch to the new connection

👍 8