LluisArevalo / workshop-intro-react

Workshop | Introduction to react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop | Introduction to React

Usage

Note: If you don't have installed none of them, you can install NPM or yarn.

To execute the project:

  • Install all the dependencies of the project with npm start or yarn start.
  • To execute the project, run npm start or yarn start.

Description

During this workshop, we'll be using SpaceX API to fetch some rockets and capsules and show them into components. This API will help us to explain the basic concepts of react:

  • What is React
  • JSX
  • Render a Component
  • Props
  • State
  • Lifecycle
  • Events
  • Conditional rendering
  • Lists and keys

All this information can also be found in the React documentation.

Made with ❤ by @LluisArevalo

About

Workshop | Introduction to react


Languages

Language:CSS 37.0%Language:HTML 35.3%Language:JavaScript 27.7%