This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-07-07
Channels
- # bangalore-clj (3)
- # beginners (103)
- # boot (13)
- # cider (16)
- # cljs-dev (192)
- # cljsrn (44)
- # clojure (147)
- # clojure-dev (1)
- # clojure-italy (79)
- # clojure-norway (1)
- # clojure-russia (9)
- # clojure-spec (4)
- # clojure-uk (34)
- # clojurescript (65)
- # core-async (1)
- # core-logic (2)
- # core-typed (5)
- # cursive (1)
- # datascript (9)
- # datomic (26)
- # emacs (8)
- # garden (1)
- # hoplon (11)
- # humor (1)
- # jobs (1)
- # jobs-discuss (8)
- # jobs-rus (3)
- # leiningen (1)
- # luminus (1)
- # lumo (1)
- # mount (6)
- # off-topic (16)
- # om (10)
- # om-next (1)
- # onyx (10)
- # parinfer (10)
- # pedestal (25)
- # re-frame (27)
- # reagent (3)
- # rum (47)
- # uncomplicate (1)
- # unrepl (34)
- # untangled (120)
- # vim (58)
I'm doing a lightning talk on hoplon at the clojure NYC meetup on the 19th. I think my plan is to show some code and then address why to maybe consider it over react frameworks since it seems like that's what everyone's first question is. I think mainly 1) hoplon is less mental overhead 2) There's a good chance any performance differences that might exist are premature optimizations
i wish i had advice, i’ve given several talks and never quite figured out a way to empower people to compare
between us i think micha’s done the best job so far, with https://www.youtube.com/watch?v=UoZyyo2Bwr8
two particular technical things to possibly illuminate are 1) one big atom vs. cells - that the cell graph is a secret one big atom, and 2) the difference between retained-mode (hlisp/dom) and immediate-mode (react) graphics
Yeah I remember that talk being very good I'll have to re-watch it a few times. And look into those other things. Thanks!
np! one last thing is, you may consider not showing cell= and just showing formula
Does anyone remember an article that talked about how to mount a hoplon app into regular html page? gotta link?
thanks! @alandipert