-
Notifications
You must be signed in to change notification settings - Fork 293
Containers
Ruslan Kyba edited this page Mar 6, 2017
·
4 revisions
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.
Special thanks to @kybarg and @protoEvangelion for helping to write this Wiki. Please, feel free to edit/create pages if you think it might be useful (also, see #33)