Lokesh Pathrabe
1 min readJun 26, 2020

--

I implemented this pattern in my project. But I could not figure out clean way to avoid inter-module dependencies.

1. What if one module needs to trigger action in another module.

2. Using redux state from another module.

I guess we would want the modules to be independent of each other. Any suggestions ?

--

--

Lokesh Pathrabe
Lokesh Pathrabe

Written by Lokesh Pathrabe

Web developer working mostly on ReactJS and other react eco system tools and technologies.

No responses yet