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
Can you emit more events from an event handler?
You can - I’ve update the docs with an example https://github.com/oconn/domestic#chaining-events
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.