Skip to content

Latest commit

 

History

History
277 lines (136 loc) · 6.33 KB

Readme.md

File metadata and controls

277 lines (136 loc) · 6.33 KB

ReactJS Basics codecademy

Intro to JSX

LESSON 1

An introduction to JSX fundamentals.

Exercises

Advanced JSX

LESSON 2

Learn more about JSX!

Exercises

Your First React Component

LESSON 3

Learn how to create your first react component.

Exercises

Components and Advanced JSX

LESSON 4

Apply your knowledge of JSX to React components.

Exercises

Components Render Other Components

LESSON 5

Learn how and why components render other components.

Exercises

this.props

LESSON 6

Learn about one of the ways to store dynamic information in React: this.props.

Exercises

this.state

LESSON 7

Learn about the other way to store dynamic information in React: this.state.

Exercises

Stateless Components From Stateful Components

LESSON 8

Learn to pass props from a stateful component to a stateless component

Exercises

Child Components Update Their Parents' state

LESSON 9

Learn how to make a child component update its parent.

Exercises

Style

LESSON 10

Learn simple styling in React.

Exercises


React Documentation