Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component to block updates below it temporarily #6

Open
LPGhatguy opened this issue Apr 26, 2018 · 0 comments
Open

Component to block updates below it temporarily #6

LPGhatguy opened this issue Apr 26, 2018 · 0 comments

Comments

@LPGhatguy
Copy link
Contributor

I want to hide some stuff without destroying it, but also block any Rodux updates until that piece is visible again.

Having a BlockStoreUpdates component would be helpful. It would essentially expose a signal that re-fires the changed event from the store, but only when it's enabled. Then, you can hide a part by updating its prop, as well as the visibility of the top-level container for the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant