Fork me on GitHub
#hoplon
<
2017-07-07
>
jjttjj17:07:37

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

dm317:07:39

it’s several abstraction layers thinner than React

alandipert18:07:38

i wish i had advice, i’ve given several talks and never quite figured out a way to empower people to compare

alandipert18:07:20

between us i think micha’s done the best job so far, with https://www.youtube.com/watch?v=UoZyyo2Bwr8

alandipert18:07:22

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

jjttjj18:07:03

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!

alandipert18:07:12

np! one last thing is, you may consider not showing cell= and just showing formula

dm318:07:13

I’d still show cell= - it’s way too cool

raywillig20:07:00

Does anyone remember an article that talked about how to mount a hoplon app into regular html page? gotta link?