Skip to content
Ruslan Kyba edited this page Mar 6, 2017 · 4 revisions

What are containers?

In Arc components are divided into two types: containers and ** presentational** components.

Containers are considered as "smart" components which are responsible for such actions as data fetching, state changes and events handling while presentational (aka "dumb") components just represent results of container's logic.

Clone this wiki locally