ryardley / ts-bus

A lightweight JavaScript/TypeScript event bus to help manage your application architecture.
MIT License
135 stars 8 forks source link

Possible Feature: Add redux middleware capability to handle transaction pre-processing #10

Open ryardley opened 5 years ago

ryardley commented 5 years ago

If we can provide a middleware layer that is compatible with Redux it might mean ts-bus could be used to refactor applications off Redux. Not sure 100% if this is the right move or not.