helix

https://github.com/Lokeh/helix
oconn 2021-01-22T18:17:17.000200Z

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

👍 2
ordnungswidrig 2021-01-23T10:32:26.000500Z

Can you emit more events from an event handler?

oconn 2021-01-23T11:54:57.000700Z

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

oconn 2021-01-23T11:55:19.001Z

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.