hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
2018-02-19T12:32:16.000391Z

@roti i haven't really used reagent much

2018-02-19T12:32:30.000132Z

i think their early docs actually referenced hoplon

2018-02-19T12:33:37.000153Z

you're talking about cells and their version of atom right?

flyboarder 2018-02-19T18:58:53.000359Z

@roti I can’t find the quote right now but it goes like “Code is Data, not the other way around.” Reagent breaks this model IMO, where you have a data structure with embedded logic. Where Hoplon is JustCode™️, data is state, and state is never code.

flyboarder 2018-02-19T19:00:54.000002Z

Others might disagree, I’m not saying there is no utility in Data as Code, just that your application architecture suffers.