Fork me on GitHub
#cljsrn
<
2016-03-21
>
jarradhope12:03:14

Hi, we're using Re-Natal - was wondering how people are using Om.Next routing with Navigator?

jarradhope12:03:59

we were looking at doing something like http://www.maridonkers.info/om-next-routing-with-om-nextset-query/ but thought it'd be good to see what others are doing

vikeri15:03:34

Getting a full reload of the app each time I save instead of hot reload Using boot-react-native, any ideas why?

jellea15:03:53

vikeri: how does your on-js-reload look like?

jellea16:03:55

vikeri: try

(defn on-js-reload []
  (enable-console-print!)
  (r/render [root-view @!initial-props] 1)
  (log/info "Reloaded"))

jellea16:03:16

oh nvm same thing

vikeri20:03:26

Ok, strange, you don't get the green "loading from localhost" banner at the top and the reload of the app? I'm almost considering re-natal instead since it seems to be more people into it. Although I must say I like the boot concept more than leiningen...

drhops22:03:40

what are folks using for local storage?