Fork me on GitHub
#cljsrn
<
2018-10-07
>
xfyre07:10:21

@danieleneal yes, it’s basically working as expected (however I couldn’t access live application state from the REPL)

xfyre14:10:31

anyone else had a problem with js/localStorage not defined?

xfyre16:10:32

actually I figured it out: js/localStorage is not available because of FigWheel runtime

xfyre16:10:22

it seems logical to use AsyncStorage instead, but it’s not yet clear how to cross-breed it with re-frame coeffects