Hi all! How do redux for multyplatform project, wh...
# javascript
a
Hi all! How do redux for multyplatform project, where some multiple js target that need "one source truth"? When i define redux in root project, and define actions "external" in subprojects, i see error "Uncaught ReferenceError: [NAME_ACTION] is not defined", when try dispatching. When i split redux content into individual subproject and add dependency for other subprojects, i get duplicate redux contetnt and uncorrect working redux.