jtomschroeder / cedar

Rust framework for building visual/interactive applications
MIT License
133 stars 9 forks source link

middleware support #17

Open Ppjet6 opened 7 years ago

Ppjet6 commented 7 years ago

I would like to be able to hook things on the model, that could do other things, whatever they want. I have a logger in mind, or something that would allow me to play with the state (rewind/forward), analyse it etc.

I don't think these things should be in cedar itself, but in other crates, only the middleware interface would be required.

To be a bit more specific, see how redux does it. I don't have a particular implementation in mind though, that's just one I know of.