rangle / redux-beacon

Analytics integration for Redux and ngrx/store
https://rangle.gitbook.io/redux-beacon/
MIT License
668 stars 71 forks source link

Integration with Redux Dynamic Modules #341

Closed dbartholomae closed 5 years ago

dbartholomae commented 5 years ago

In case someone is interested: I have written an extension for Redux Dynamic Modules that allows to connect to redux-beacon. Redux Dynamic Modules is a library that allows to modularize redux code. With help of this extension events do not have to be defined in one central location but can be defined for each module individually.

The extension can be found here.

The corresponding ticket in the other repo can be found here: https://github.com/microsoft/redux-dynamic-modules/issues/95

ttmarek commented 5 years ago

This looks awesome, thanks for taking the time to do this! It's much appreciated.

I'm going to close this as it isn't really an issue, but I am more than happy to accept a PR that mentions or links to this in the docs.