Jason Prasad

Results 3 comments of Jason Prasad

- I like the idea of no optional state in the reducers! - I also concur it's easy enough to pass the environment when creating a Middleware. - I think...

Maybe Middleware could be implemented like Vapor's interface? (https://docs.vapor.codes/advanced/middleware/)

Another note on making Middleware/enhancements easier to use on using new langauge features, I've been trying to replicate Sagas (https://redux-saga.js.org/) and have come to thought that `@resultBuilder` could be a...