This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-09
Channels
- # aleph (4)
- # beginners (31)
- # boot (33)
- # cider (7)
- # cljs-dev (263)
- # cljsrn (1)
- # clojure (33)
- # clojure-austin (2)
- # clojure-dev (1)
- # clojure-russia (6)
- # clojure-spec (19)
- # clojure-uk (7)
- # clojurescript (79)
- # cursive (21)
- # datascript (1)
- # datomic (13)
- # dirac (12)
- # emacs (15)
- # hoplon (26)
- # lein-figwheel (3)
- # leiningen (1)
- # luminus (5)
- # lumo (20)
- # mount (1)
- # off-topic (17)
- # om (13)
- # onyx (24)
- # parinfer (70)
- # pedestal (2)
- # re-frame (19)
- # reagent (1)
- # ring-swagger (3)
- # unrepl (8)
- # untangled (58)
- # yada (2)
@fenton I’d love it if you wanted to take over the om-tutorial I wrote way back. I don’t have time to maintain it. https://github.com/awkay/om-tutorial
@tony.kay I don't want to make a promise I can't keep... But I'll definitely look into it.
I should probably look at om source myself at some point, but how quickly do you think React Fiber will start having an effect on Om? I heard Dan Abramov say that it will initially only work with setState
and that they will "figure something out for redux", so without knowing about the internals I don't know what that means with regards to om.
Would you say going through the om.next 2 part tutorial starting at https://github.com/omcljs/om/wiki/Quick-Start-(om.next), is feasbily a getting started route for those with no om knowledge/experience? meaning, that it's a sufficient bootstrap for om.next without any om background? I'm looking to choose a front-end framework to power some serious applications, but I also would like to feel (with due effort investment) very productive after an arduous learning curve.
@matan In my view, having worked on numerous serious Om projects over the past 2 years, there's little or no advantage to knowing Om already. So don't worry if you think you've missed out, you can ignore Om and learn Om Next from scratch just as easily as anyone else.
from https://juxt.pro/blog/posts/course-notes-2.html
How much (net) time do folks here think that one should set aside to learn om.next through a study project, to sufficiently cover their bases before using it in a real project for the first time? the tutorials look quite straightforward to me, I wonder if that's because om.next is simple to use once you get it, or they just stop early...