React is a declarative, efficient, and flexible JavaScript library for building Web Applications. It follows component-based approach. It is easy to create smaller components and build large-scale applications. This training will teach you the core knowledge you need to deeply understand and build React components and structure applications with Redux.
Topics
- Introduction to React
- HTML, CSS, and JSX
- Data Flow and Life Cycle Events
- Handling Events
- Working with Forms
- React Routing
- Working with Data using Redux
- Performance Tuning of React Applications
- Unit Testing React with Jest