📜  组件与容器反应 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:07.683000             🧑  作者: Mango

代码示例1
Component which is responsible for fetching data and 
displaying is called smart or container components. 
Data can be come from redux, any network call or third party subscription.

Dumb/presentational components are those which are responsible for 
presenting view based on props received.