cedar icon indicating copy to clipboard operation
cedar copied to clipboard

middleware support

Open Ppjet6 opened this issue 7 years ago • 0 comments

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.

Ppjet6 avatar Jul 19 '17 15:07 Ppjet6