You Aren’t Using Redux Middleware Enough
Jacob Parker
952

Good to read about Redux middlewares! Thanks

I agree too, there’s so much we can solve with middlewares! And after all they are a higher order function of composed functions, so simple ☺.

I’m working on some projects which benefits a lot from middlewares: redux-boot, redux-boot-webserver and recently redux-rules inspired on a Clojure’s rules system Clara.

I come from hooks based systems like Drupal, so middlewares looked like a good fit to scale side effects and compose new features.