hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
Ahmed Hassan 2019-06-02T11:39:42.020300Z

When it's better to define defn instead of defelem?

Ahmed Hassan 2019-06-02T11:44:31.022900Z

And should cell be passed as attribute/argument to defelem or defn? or should cell be referred without passing as an argument, because cell is defined as a top level variable similar to def.

Ahmed Hassan 2019-06-02T11:47:02.023900Z

I think elements would act as pure in former case and non-pure in latter one.

flyboarder 2019-06-02T20:14:35.024400Z

any time you want attribute/child argument parsing

šŸ‘ 1
flyboarder 2019-06-02T20:14:48.024600Z

Iā€™m not sure what you mean here