Skip to content

Redux Devtools Integration

Compare
Choose a tag to compare
@lostpebble lostpebble released this 25 Jun 10:20
· 86 commits to master since this release

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.