Fork me on GitHub
#om
<
2017-08-03
>
danielstockton11:08:40

@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.

Garrett Hopper20:08:06

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

Garrett Hopper21:08:49

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

levitanong23:08:18

@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.