This is my reducer. After receiving the action, it will return an object. I have consoled this object and it exists.
This is the method of connecting the first parameter. The state of the console is only the requestUserInfo function, and there is no data returned in the reducer. Did I write something wrong somewhere? Or maybe I understand it wrong at all?
You can use the container provided by flux to bind the store to your component, or subscribe to the store's event listener. Reference
, it is recommended to understand its thinking before writing code