cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
dnolen 2020-05-11T20:17:27.049100Z

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

dnolen 2020-05-11T20:18:19.049700Z

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

dnolen 2020-05-11T20:19:20.050600Z

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

👍 2