lastmjs / redux-store-element

A custom element allowing a more declarative use of Redux.
MIT License
82 stars 3 forks source link

Think about how to add middleware #30

Open lastmjs opened 7 years ago

lastmjs commented 7 years ago

People might want to add Redux middleware, I'm not sure how that would work right now. Perhaps middleware could be children of the element, that could work.

lastmjs commented 7 years ago

I'm thinking we can just data bind middleware in just like the root reducer