This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-14
Channels
- # aleph (1)
- # aws (3)
- # beginners (75)
- # boot (1)
- # bristol-clojurians (2)
- # clj-kondo (18)
- # cljs-dev (5)
- # cljsrn (10)
- # clojure (62)
- # clojure-dev (15)
- # clojure-europe (3)
- # clojure-india (2)
- # clojure-italy (9)
- # clojure-madison (1)
- # clojure-nl (9)
- # clojure-norway (9)
- # clojure-spec (11)
- # clojure-uk (206)
- # clojurescript (30)
- # copenhagen-clojurians (1)
- # data-science (1)
- # datascript (2)
- # datomic (27)
- # emacs (1)
- # events (1)
- # fulcro (12)
- # gorilla (1)
- # jobs (2)
- # kaocha (2)
- # leiningen (4)
- # lumo (7)
- # malli (1)
- # off-topic (2)
- # pathom (14)
- # pedestal (5)
- # quil (3)
- # re-frame (8)
- # reitit (3)
- # remote-jobs (16)
- # ring-swagger (1)
- # shadow-cljs (70)
- # tools-deps (7)
- # vim (5)
- # vrac (1)
hi, as a Clojure/Script novice with not much of a frontend development experience (but already felt the pain of React app state scattered through every possible places) want to learn how to do things with re-agent/re-frame. I would like to find a “reasonably sized” showcase app which is used in production, not too difficult to comprehend but complex enough to demonstrate how one should organize the code, what is the shape of the db, how to deal with pre-existing apis, how websockets, timeouts, client side routing, local storage, etc compose. Obviously every app is specific but still would like to feel what I could achieve if I “do things properly” Could you recommend something to look at?
Some links that may help you. Note that I haven't checked them myself. https://github.com/status-im/status-react https://github.com/jacekschae/conduit https://github.com/JoelSanchez/ventas https://github.com/district0x
I have gathered them over some period of time. :) People sometimes mention some of such projects. Also, it should be possible to search on e.g. GitHub itself given that it has a tag system.
There’s also https://github.com/lipas-liikuntapaikat/lipas which I’ve authored
Here’s the quite simple demo app for kee-frame. It’s kind of in production, as I use it myself to check football results 🙂 https://github.com/ingesolvoll/kee-frame-sample