You are on page 1of 2

CURSO REACT

What You'll Learn


INTRODUCTION OF REACT JS
• Motivation for using React

• Key differentiators from traditional DOM management (e.g. jquery vs Virtual DOM
and 1-way binding)

• Important syntax from ES6, 7, 8

• What is JSX?

REACT COMPONENT
• What is a component?

• Render function

• Component API

• Component lifecycle

• State

• Props

WORKING WITH STATES AND PROPS


• Read and set states

• Pass data through props

• defaultProps and propTypes

• Rendering list with map

EVENT HANDLING
• Understand React event system

• Work with a form

REACT ROUTER
• Handle redirects and page navigation in a SPA

• Prevent common Single Page Application errors (e.g. messing up browser history,
cannot right click links etc.)

• Learn how to do frontend routing

BUILDING A LIVE CHATROOM


• Learn socket.io for real time web applications

• Handle complicated UI with React

ADVANCED REACT PATTERN


• Stateless Functional Component

• Higher Order Component

• JSX Spread Attributes


• Conditional Rendering

• Styled Component

You might also like