erikras / multireducer

A utility to wrap many copies of a single Redux reducer into a single key-based reducer.
MIT License
422 stars 23 forks source link

Mounting a reducer on the fly #109

Open Raathigesh opened 8 years ago

Raathigesh commented 8 years ago

I have a use-case where users can add Widgets to a dashboard on runtime. Any pointers on how to mount a reducer on the fly with multireducer would be helpful.

yesmeck commented 8 years ago

@Raathigesh Are you describing a same thing as #102?