Redux Devtools Integration
Thanks to @lukasmoellerch for helping to bring about these changes.
Added integration with Redux Devtools. Make use of registerInDevtools(Stores)
to use it. Argument is an object of { [storeName: string]: Store }
- which will register your stores instanced according to the name provided.