Hacker News new | ask | show | jobs
by caseywebdev 4157 days ago
> such as changing data in sibling components

[Cursors] can help a lot with this problem. As far as sibling/child components know, they own the state, but they're really using immutability helpers to update a larger encompassing state object.

[Cursors]: https://github.com/caseywebdev/cursors