This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-03
Channels
- # bangalore-clj (1)
- # beginners (104)
- # boot (30)
- # braveandtrue (1)
- # cider (6)
- # cljs-dev (95)
- # cljsjs (16)
- # cljsrn (3)
- # clojure (106)
- # clojure-italy (15)
- # clojure-nl (2)
- # clojure-norway (3)
- # clojure-russia (1)
- # clojure-spec (40)
- # clojure-uk (53)
- # clojure-ukraine (1)
- # clojurescript (200)
- # code-reviews (2)
- # cursive (1)
- # datascript (3)
- # datomic (32)
- # editors (28)
- # gorilla (6)
- # graphql (8)
- # hoplon (1)
- # jobs (8)
- # jobs-discuss (5)
- # jobs-rus (1)
- # keechma (13)
- # leiningen (5)
- # luminus (3)
- # lumo (53)
- # off-topic (5)
- # om (5)
- # om-next (1)
- # onyx (56)
- # parinfer (7)
- # protorepl (22)
- # re-frame (47)
- # reagent (37)
- # remote-jobs (1)
- # ring-swagger (9)
- # specter (7)
- # vim (14)
- # yada (30)
@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.