@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.
I think there are plans to address this soon: https://github.com/bhauman/lein-figwheel/pull/517
When doing html5 push-state, should I use actual links which are caught, or use a transaction on onClick on the links?
Is there any purpose to having idents on components when using a custom datastore?
@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.