DEV Community

Discussion on: What are your opinions on local state vs global state in React?

Collapse
 
kayis profile image
K

Local all the way.

But I'm used to a rigid app structure.

State local to screens (=top level components) filled with dumb components.

Collapse
 
arximughal profile image
Muhammad Arslan Aslam

That's exactly how we do it.