hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
phronmophobic 2020-03-24T23:11:47.401Z

are there any rules of thumb around the granularity of a cell? for example, in the todo app you could have the todos be a cell in addition to each todo item being its own cell. the example has the full todo-list in a single cell.

phronmophobic 2020-03-24T23:12:57.401200Z

this is the example I’m looking at, https://github.com/hoplon/demos/blob/master/todoFRP/src/index.cljs.hl#L51