DEV Community

Discussion on: React Beginner Question Thread ⚛

Collapse
 
blocka profile image
Avi Block

Many times (including in this thread) you've mentioned about how people should not be so "religious" about separating out container components.
I just wanted to clarify: this is only when you're managing your own state, correct? If you are using react-redux, or apollo or relay, or something like that, every time you use the libraries function for connecting your component, you are creating a container.

Collapse
 
dan_abramov profile image
Dan Abramov

Yeah.