JavaScript world has a lot of different UI frameworks, libraries, etc. We at Wix are widely using React. It's a library from Facebook that allows to write UI in the component way.
- Understand how React works
- Know React API
- Understand data management with React
- Intro to React
- The render Method
- Syntax
- React Components
- Components' Props
- Components' State
- Initial Component Specs
- JSX
- Component Lifecycle & Reconciliation
- Referencing Components
- Child Reconciliation
- Components Tree Architecture
- Composition
- Higher-Order Components
- Stateful vs Stateless Components
- Data Flow - FLUX
- Performance Optimization
- Testing React
- Component tests
- Enzyme
- React Examples
Build minesweeper game.