domino-clj

ikitommi 2020-01-26T22:31:39.004Z

hi! trying to figure out few things: 1. how can I define a model with a vector of children, e.g. something that describes value {:patients [{:name "Tom"}]} 2. how can i create an effect that inputs something under vector and outputs in there too? e.g. “when a patient name is “John”, add :last-name to “Doe”"

ikitommi 2020-01-26T22:32:33.004900Z

looking at https://github.com/domino-clj/domino-ui, example of vector of things + effects there would we great