This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-20
Channels
- # aleph (19)
- # aws-lambda (8)
- # bangalore-clj (1)
- # beginners (13)
- # boot (179)
- # cljs-dev (12)
- # cljsjs (2)
- # cljsrn (6)
- # clojure (174)
- # clojure-italy (14)
- # clojure-nl (2)
- # clojure-russia (172)
- # clojure-spec (29)
- # clojure-uk (22)
- # clojurebridge (10)
- # clojureremote (1)
- # clojurescript (79)
- # cursive (46)
- # data-science (1)
- # datascript (8)
- # datomic (18)
- # defnpodcast (2)
- # emacs (9)
- # events (6)
- # hoplon (11)
- # klipse (13)
- # lein-figwheel (1)
- # leiningen (1)
- # luminus (1)
- # lumo (88)
- # numerical-computing (1)
- # off-topic (24)
- # om (33)
- # onyx (58)
- # protorepl (8)
- # re-frame (10)
- # reagent (26)
- # ring (8)
- # ring-swagger (7)
- # rum (22)
- # spacemacs (25)
- # specter (5)
- # uncomplicate (37)
- # untangled (75)
- # vim (17)
- # yada (3)
Guys, I need to use ready-to-use template named gentelella with re-frame. (Link in bottom) I generate hiccup's (and html finally) and write it to page with all external libraries. But there is no script action on the page. What have I missed ? I read about the reagent components' life-cycles. But I don't sure how to implement this template idiomaticly... https://github.com/puikinsh/gentelella
Hi, Any suggestions on usage as mentioned here https://virtual-earth.de/blogpost3-Combine-re-frame-0-8-with-datascript-and-posh
I want to use datascript with re-frame
@scknkkrer Don't see any link and I for one am not really clear on what your question is.
@mac I bit the bullet and finally read the docs 🙂 Storing derived data in DB is not a good idea. (reg-sub :search-str (fn [db _] (:search-str db))
and (reg-sub :matching (fn [_ _] (subscribe [:search-str]) (fn [search-s _ _] (do-the-complicated-search search-s)))
is the way to go.
@dottedmag Storing derived data can be a very good idea depending on your use case and so can component local state if you don't care about the search result for later use (incl replayability).
Hey, have you been using re-frisk? sounds like an amazing tool — which one minor glitch: it keeps nix upon history export 😕