Advanced React

Program

Advanced React Patterns

- Higher Order Components
- Compound Components
- Controlled/Uncontrolled component
- Render props
- Hooks

More React Concepts

- Fragments
- Portals
- New Context API
- Component lifecycles

In depth optimisations

- Finding bottlenecks using the Chrome devtools
- Pure Components
- Lazy Loading and bundle size optimisation
- Functional setState

Testing

- UI Testing 
- e2e Testing with Cypress