I am using React-Redux to build an application.
To load initial data for a React smart component, I need to dispatch a Redux action where the server data r
The recommended way is, I believe, to do it in componentDidMount. See this for more info.