You should be able to:
- Use
connectfromreact-reduxto connect a React component to the Redux store, including defining appropriatemapStateToPropsandmapDispatchToProps - Use thunks to perform AJAX requests with a React/Redux application
- Use combineReducers to split your reducer function into separate functions, each managing independent slices of your store's state