This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Improve use of redux across multiple components in the same page #23
Labels
enhancement
Enhance current feature for better performance, user experience, etc
Right now we have issue with global redux used in same page but across multiple components. Current work around is to dispatch action correspondingly on those components. But the downside is that we are not able to tell if data is still loading or not in real time.
This is raised by comment in PR.
The potential solution is to leverage
namespace
as per hereThe text was updated successfully, but these errors were encountered: