Fork me on GitHub
#reagent
<
2018-07-08
>
urbanslug06:07:07

Is secretary what you guys use for client side routing?

zalky14:07:07

@urbanslug, secretary is good one. There's also https://github.com/juxt/bidi , which is great too.

zalky14:07:35

Hi all, seeing some odd behaviour in reagent during development when sometimes, on a code reload, I'm seeing my old components re-mounted/initialized in addition to all the new ones that are created. I can save the same namespace a couple of times in a row, with no changes, and sometimes it re-mounts/initializes old components and sometimes it doesn't. New components always mount/initialize. Has anyone ever seen anything like this?