react-redux-starter-kit
react-redux-starter-kit copied to clipboard
I am new to react-redux. Can some one help me how to fetch the data and initialize the state to the store asynchronously and eventually display data using components.
In a multi tab page, when i navigate to the next tab, i want to fetch the data and set that as the state in the store which is already initialized with empty object. I than want to pass the data to the component to display as a table grid. Any help is appreciated. Thanks!