This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-09-07
Channels
- # admin-announcements (2)
- # arachne (1)
- # bangalore-clj (2)
- # beginners (39)
- # boot (349)
- # cider (31)
- # clara (2)
- # cljs-dev (9)
- # cljsjs (67)
- # cljsrn (7)
- # clojure (300)
- # clojure-art (4)
- # clojure-greece (11)
- # clojure-hk (3)
- # clojure-israel (1)
- # clojure-italy (17)
- # clojure-japan (1)
- # clojure-russia (33)
- # clojure-sg (2)
- # clojure-spec (41)
- # clojure-uk (86)
- # clojurescript (123)
- # clojurex (3)
- # code-reviews (1)
- # component (6)
- # crypto (1)
- # cursive (36)
- # datomic (32)
- # devcards (3)
- # emacs (11)
- # events (3)
- # funcool (4)
- # luminus (10)
- # om (28)
- # onyx (88)
- # pedestal (2)
- # re-frame (84)
- # reagent (7)
- # ring-swagger (3)
- # specter (33)
- # sql (2)
- # vim (21)
@dnolen @anmonteiro I like transact!
without forcing IQuery
- thanks 🙂
I also like this change a lot!
@jannis: @mitchelkuijpers please note as said above that if you transact!
from such a component Om Next will re-render from root unless you specify keys to re-read
That sounds very logical, thnx @anmonteiro
@dnolen I’m curious what additional problems you had with transform-reads
@anmonteiro turned out to be a PEBCAK
yeah, tests are passing even with the additional test case you added
@ujjwalt at this point probably, we’re nearing on a beta and I will probably update the GitHub repo to reflect this in the very near future
Right. So this is my first attempt at writing Clojure code for production and I wanted to try out the whole thing end to end - Om for front end and Clojure for the backend. Any conventions around that?
@ujjwalt if you don’t mind a shameless plug, the team I’m on has been working on a framework that fills out the rest of the full stack interaction around om — see #untangled. It may make more sense to use om without untangled, just depends on what you’re trying to do. I wouldn’t say there are any accepted conventions though, people are still trying stuff out
Well I’m planning on using Om for front end, plain Clojure for the backend and Datomic for storage.
as do we
Yes, on the client side. But there’s also a server-side story