This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-25
Channels
- # beginners (26)
- # boot (1)
- # cider (21)
- # cljdoc (26)
- # cljs-dev (7)
- # clojure (99)
- # clojure-gamedev (6)
- # clojure-italy (5)
- # clojure-nl (4)
- # clojure-russia (1)
- # clojure-spec (5)
- # clojure-uk (59)
- # clojurescript (49)
- # clojutre (6)
- # component (13)
- # core-async (2)
- # cursive (30)
- # data-science (2)
- # datomic (29)
- # emacs (9)
- # fulcro (100)
- # hyperfiddle (1)
- # jobs (2)
- # luminus (4)
- # lumo (23)
- # off-topic (22)
- # other-languages (37)
- # parinfer (1)
- # re-frame (2)
- # reagent (5)
- # reitit (12)
- # ring (12)
- # rum (3)
- # shadow-cljs (168)
- # slack-help (1)
- # spacemacs (7)
- # specter (2)
- # tools-deps (8)
- # vim (11)
- # yada (3)
@mp747 here's an example from an app I'm currently building this is the front-end part: https://github.com/yogthos/krueger/blob/master/src/cljs/krueger/components/auth.cljs and this is the backend service route for login: https://github.com/yogthos/krueger/blob/1565a2bd62ae3299972016c2b1ca0efb26b38328/src/clj/krueger/routes/services.clj#L53
👍 8
Thank you, again, @U050CBXUZ. I think I might have trouble really understanding this whole re-frame business.
there are a few concepts to unpack there, this workshop might be helpful https://github.com/ClojureTO/JS-Workshop/tree/re-frame