Projects and scripts made during the course https://www.udemy.com/course/react-redux/
- Start from lecture 111
- YouTube Search App
- Start from lecture 133
- Translation App
- First examples with hooks (useState, useRef, useEffect)
- Navigation, events, UI elements
- Start from lecture 199
- YouTube Search App refactored with
- hooks
- functional components only
- custom hooks
- Start from lecture 211
- Basic example with Redux
- Start from lecture 218
- More advanced Redux
- Provide-Connect
- Start from lecture 235
- Redux middleware (react-thunk)
- async actions for react-thunk (axios)
- ownProps (component) for mapStateToProps
- avoid API requests with memoization
- dispatch with await
- Start from lecture 270
- Authentication with Google OAuth
- Redux web tools
- react-router (advanced)
- redux-form
- React portals
- Streaming with RTMP and OBS
- Start from lecture 375
- React context system
- context as alternative to redux