how might i go about combining (mount/start) with figwheel?
(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)
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?
yep, correct. it would just affect states in JS
environment
cheers 🙂
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.
wow, fantastic
might not cover all the cases, but should be enough to get a general idea