In Redux, every change to the store triggers a notify on all connected components. This makes things very simple for the developer, but what if you have an appl
This may be a more general answer than you're looking for, but broadly speaking:
invisible class on a DOM element, in React we just don't render the component at all. Rerendering of components that haven't changed isn't a problem at all as well, since the virtual DOM diffing process optimizes the low level DOM interactions.