This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-01-15
Channels
- # admin-announcements (130)
- # alternate-reality (2)
- # aws (20)
- # beginners (49)
- # boot (1)
- # braid-chat (18)
- # cljsrn (54)
- # clojars (1)
- # clojure (70)
- # clojure-art (1)
- # clojure-japan (21)
- # clojure-miami (2)
- # clojure-my (7)
- # clojure-russia (60)
- # clojurescript (75)
- # community-development (12)
- # core-matrix (7)
- # cursive (23)
- # datomic (31)
- # dirac (2)
- # dunaj (3)
- # dysphemism (5)
- # editors-rus (1)
- # emacs (22)
- # events (9)
- # funcool (56)
- # hoplon (63)
- # human (1)
- # jobs (9)
- # ldnclj (7)
- # lein-figwheel (21)
- # leiningen (1)
- # off-topic (2)
- # om (61)
- # onyx (20)
- # other-lisps (2)
- # portland-or (1)
- # proton (26)
- # re-frame (27)
- # reagent (16)
- # ring-swagger (30)
- # spacemacs (6)
- # yada (5)
having tried to get into cljs for about 1 year now, trying lots of different frameworks/libraries/plain'ol'cljs
thank you @mikethompson (& contributors!)
I agree
I have a branch called om->re-frame now
I’ve been looking into om.next
lately, frankly because it solves some quite complex problems in a very straightforward manner where re-frame
does not have an equivalent. Are any of you looking into solving those problems that om.next
tackles currently?
I’ve only sketched out a few ideas for an API, but I haven’t gone into any «nitty gritty» details. But I would like to join forces, if anyone else is doing work in this area.
I think re-frame
and om.next
are trying to solve different problems. However, I'm not familiar with any roadmap re-frame
might have
@hugobessaa: How is that? Their both about moving data onto a user display with the shortest possible path and in a scalable manner
@hkjels: have you seen any straightforward expositions of the problems that om.next
solves ? i am still unsure, but then i haven't really paid full attention
it would be quite different from re-frame as of today though, so it should possibly be another project that uses reagent
@mccraigmccraig: I’ll dig up a link
Straightforward was not the correct word to use as it’s still complex, but the benefits I would say are huge
This one is pretty good: https://github.com/awkay/om-tutorial/
I find Re-frame
a lot easier to reason about and I think it should be possible to have similar features in a more functional API, but I’m not entirely sure yet
OK, I’m going to put together a repository up on Github where we can collaborate and flush out our ideas. For starters, just in pseudocode I guess to get an overall idea of how the API should be and how this fits in with the current architecture of Re-frame
. Does that sound reasonable?
Oh, that's interesting. I'll certainly be watching that since it's kind of relevant to my interests - I'm doing a kind-of om.next-ish/Relay-ish synchronisation with backend for my thesis. Not sure if anything concrete will come out of that, but similar efforts are bound to be interesting to look at.
Right now with nothing. This is inspired by something similar, but more crude I did a year ago, which in turn had architecture that was informed by re-frame (though also not re-frame itself), but I'm focused on just the synchronisation for the scope of the engineering thesis project. I do have simple event handlers and reactive queries you can subscribe to, but nothing similar to full re-frame (or re-frame itself) ATM.
there is going to be one at the clojure remote conference http://clojureremote.com/speakers/#shaw FYI