redux的函数组件和类组件调用

1,280 阅读1分钟

redux结合react-redux使用简单demo

基本三要素:

1.store 2.reducers 3. action

函数组件中调用:

image.png

类组件中调用:

image.png