Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Question: How would you recommend updating the UI from side effects such as sagas? #45

Open
jshthornton opened this issue Jun 8, 2016 · 2 comments

Comments

@jshthornton
Copy link

Let's say I have a saga whereby every time the url changes I want some part of my UI to update, for example a modal to close.

But if the modal UI hasn't rendered yet it obviously doesn't exist in the reducer (even if it isn't persistent). Therefore when it does finally mount the initial values will not be called.

So my question is, how would you recommend updating the UI from side effects such as sagas?

@mykyta-shulipa
Copy link

+1

@remiroyc
Copy link

☁️ Same question here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants