om

Please ask the channel first, not @dnolen directly!
2017-08-03T11:34:40.590736Z

@wilkerlucio Tried checkouts with cljs, it doesn't work well with figwheel. It takes a while to recompile and I have to refresh to see the changes.

🆒 3
2017-08-03T11:34:59.596417Z

I think there are plans to address this soon: https://github.com/bhauman/lein-figwheel/pull/517

2017-08-03T20:44:06.357300Z

When doing html5 push-state, should I use actual links which are caught, or use a transaction on onClick on the links?

2017-08-03T21:33:49.840448Z

Is there any purpose to having idents on components when using a custom datastore?

levitanong 2017-08-03T23:59:18.637809Z

@ghopper I typically just .preventDefault the links and use a transaction on onClick, using reverse routing via silk or bidi. I still fill out the href as a fallback when there’s no javascript.