This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-08
Channels
- # adventofcode (240)
- # beginners (87)
- # boot (4)
- # cider (27)
- # cljs-dev (20)
- # cljsrn (24)
- # clojure (365)
- # clojure-argentina (1)
- # clojure-brasil (4)
- # clojure-dev (12)
- # clojure-greece (65)
- # clojure-india (1)
- # clojure-italy (15)
- # clojure-japan (1)
- # clojure-losangeles (1)
- # clojure-madison (4)
- # clojure-poland (3)
- # clojure-russia (5)
- # clojure-spec (3)
- # clojure-uk (105)
- # clojurescript (27)
- # core-async (1)
- # core-logic (3)
- # cursive (61)
- # datomic (68)
- # devcards (4)
- # docs (27)
- # duct (67)
- # emacs (15)
- # events (1)
- # fulcro (8)
- # graphql (50)
- # lein-figwheel (1)
- # lumo (15)
- # numerical-computing (1)
- # off-topic (77)
- # om (3)
- # onyx (5)
- # parinfer (3)
- # planck (2)
- # portkey (5)
- # re-frame (4)
- # reagent (16)
- # ring (14)
- # rum (3)
- # shadow-cljs (17)
- # vim (1)
has anyone done re-frame/sente project that is not trivial that i can use to learn from? i found 2 examples online but those are extremely trival they didnt help me much.
What are the two examples you’ve seen? Can you put into words more details about what you need to learn?
https://github.com/xlevus/reframe-sente https://github.com/dariooddenino/re-frame-sente i need to remake dashboard i got assigned with i'd like to have project to serve as good example with good practices - to avoid me being too smart and making project too 'hacky' i'd like it to have sente because i wanna have dashboard that updates realtime, when changes happens in backend - display it on the front
graphql client for re-frame https://github.com/oliyh/re-graph
What are the two examples you’ve seen? Can you put into words more details about what you need to learn?