redux-ui icon indicating copy to clipboard operation
redux-ui copied to clipboard

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

Open jshthornton opened this issue 9 years ago • 2 comments

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?

jshthornton avatar Jun 08 '16 08:06 jshthornton

+1

m-shulipa avatar Jan 07 '17 18:01 m-shulipa

:cloud: Same question here

remiroyc avatar Feb 28 '17 15:02 remiroyc