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
oryarn start
. - To execute the project, run
npm start
oryarn start
.
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