Fork me on GitHub
#helix
<
2021-01-22
>
oconn18:01:17

Hey all - I’ve been working on cleaning up local state management in my projects and ended up open sourcing a tiny library that exposes a pattern that I’ve come to really enjoy. It’s intended to work with reagent & helix projects. I’d love to hear feedback or suggestions and hope that others find it as useful as I do. https://github.com/oconn/domestic

👍 6
ordnungswidrig10:01:26

Can you emit more events from an event handler?

oconn11:01:57

You can - I’ve update the docs with an example https://github.com/oconn/domestic#chaining-events

oconn11:01:19

You can also recursively emit events as well - in the tests I’ve added an example around order and how it matters. Would be interested in some feedback in this area.