hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
flyboarder 2018-02-20T01:36:47.000131Z

@thedavidmeister do you have an idea how I can do this better?

flyboarder 2018-02-20T01:37:20.000185Z

seems there should be a macro for this

2018-02-20T02:33:09.000135Z

mmm, what would you like it to look like?

2018-02-20T02:33:27.000090Z

can i make my own states, or is it exactly these ones?

flyboarder 2018-02-20T02:58:32.000015Z

@thedavidmeister id like something that takes a hashmap of cells and returns a proper cell, I think formula-of could be used for this?

2018-02-20T03:44:58.000168Z

mmm i ran into something similar when playing with loop-tpl*

2018-02-20T03:45:04.000154Z

but in reverse

2018-02-20T03:45:14.000081Z

i wanted to split a cell that is a list into individual cells

2018-02-20T03:50:41.000104Z

javelin has some built in features, maybe i missed something but i found it didn't handle the scenario where the structure of the cells changes over time

2018-02-20T03:51:51.000034Z

so, having a fixed set of "slots" to plug cells in/out of a bigger cell was much easier than having an arbitrary and dynamic configuration of small cells tied to the aggregate cell

2018-02-20T06:40:12.000214Z

so yeah, is it a fixed set of cells, or can they come and go over time?

flyboarder 2018-02-20T16:51:46.000503Z

Well right now it’s fixed, but I’d like people to be able to add their own