How To Manage UI State With Redux

Mark Muskardin
codeburst
Published in
7 min readJun 26, 2017

--

ProfessionalReactApp.com

Introduction

When I first started building apps with React & Redux, I didn’t know how to properly manage UI state. By UI state I mean things like the opening and closing of modals, left/right nav bar toggling, and other UI elements that apply to the entire shell of an application.

Questions regarding how to handle UI state are asked continuously on development boards, so…

--

--