This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-18
Channels
- # admin-announcements (1)
- # aleph (3)
- # beginners (20)
- # boot (9)
- # cider (74)
- # clara (1)
- # cljs-dev (28)
- # cljsrn (15)
- # clojars (32)
- # clojure (149)
- # clojure-dusseldorf (3)
- # clojure-italy (6)
- # clojure-nl (3)
- # clojure-russia (20)
- # clojure-uk (5)
- # clojurescript (133)
- # core-async (2)
- # cursive (19)
- # datomic (24)
- # devcards (1)
- # funcool (100)
- # hoplon (48)
- # keechma (1)
- # kosmos (7)
- # ldnclj (3)
- # leiningen (3)
- # luminus (16)
- # off-topic (8)
- # om (103)
- # onyx (47)
- # pedestal (3)
- # proton (7)
- # re-frame (13)
- # reagent (11)
- # ring-swagger (1)
- # specter (6)
- # testing (12)
- # untangled (24)
- # yada (32)
@tony.kay: I'm already following it at a slow pace! Do the later sections cover untangled more? I'm still missing the overall picture (sorry, I'm very new to clojure)
So, the overall picture is a gestalt. There is no "easy in" if you're new to cljs (or even if you're not). That's the biggest challenge. There are a number of up-front concepts that you have to grok before you see the beauty and simplicity of the system.
Once you get the app database, queries, and how you join it up to the UI...well, then you're home free. All sorts of garbage you normally deal with falls away. Until you get there, it feels like a bunch of CS data manipulation.
documentation page updated on the web http://untangled-web.github.io/untangled/docs.html
@doddenino: but realize that all you need to do to get the Untangled part going is like two lines of code.
Once you move to full stack there are no new concepts (well, you do end up needing to parse the queries a bit), and very little to write there too. You mostly end up writing app domain code.
@tony.kay: yeah, I have a lot of concepts to grok yet. I'm still at the stage of "why am I doing all these things now?" 😄
Thanks! Our UI guy built a number of alternatives and we all argued over them. It was based on the "complect" graphic that Rich uses in Simple Made Easy.
After doing quite a bit of Angular, I was actually leaning towards the name "Untangular"...but I'm much happier without the dig...even though it still makes me smile
@tony.kay: My 5 cents:
1. First working todo app in Om.next which I could run in less than a minute. Cool
2. Videos look very inspiring. I tried your Om.next tutorial and it's ok but videos are just awesome: simple and concise. I think if you continue to make videos many people will try Om.next. I think docs is just not enough.
Thanks a lot!
Hey, thanks for the feedback. I'm trying to cover the bases. Different people just have different styles.