RetailMeNotSandbox / redux-mount-store

Redux store enhancer that makes it possible to mount sub-stores
MIT License
2 stars 3 forks source link

Factor mount data structure and behavior out as a class #12

Open lawnsea opened 8 years ago

lawnsea commented 8 years ago

The object we use to represent a mounted store has become complex enough that it makes sense to break it out into its own class that we can more easily test