In practice it’s usually easiest to implement such UI elements with local state , and refactor them into global state as needed. To follow up with this, the relevant Redux FAQ entry emphasizes that use of setState is completely fine: redux.js.org/docs/faq/…