You should be able to:
- Use
connect
fromreact-redux
to connect a React component to the Redux store, including defining appropriatemapStateToProps
andmapDispatchToProps
- 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