In the Rust world, Salsa operates on similar principles: https://salsa-rs.github.io/salsa/
Personally I believe this pattern has totally solved the problem of responding to changes in state, and its use-cases are just beginning to be explored
In the Rust world, Salsa operates on similar principles: https://salsa-rs.github.io/salsa/
Personally I believe this pattern has totally solved the problem of responding to changes in state, and its use-cases are just beginning to be explored