Fork me on GitHub
#mount
<
2017-05-18
>
joshkh14:05:41

how might i go about combining (mount/start) with figwheel?

tolitius15:05:52

(mount/start) is "just another" function.. probably via some kind of figwheel "on start", "on reload" hook? might be better to ask on a figwheel channel. (I use https://github.com/adzerk-oss/boot-reload hence not sure about figwheel)

joshkh15:05:21

thanks tolitius! this is a dumb question, but calling (mount/start) in cljs would have nothing to do with any mounts on the server, correct?

tolitius15:05:02

yep, correct. it would just affect states in JS environment

joshkh15:05:31

cheers 🙂

joshkh15:05:58

do you happen to have a project online with your boot configuration for a client / server application? i've been meaning to investigate boot for a while. it would be nice to see a real world example.

joshkh15:05:26

wow, fantastic

tolitius15:05:08

might not cover all the cases, but should be enough to get a general idea