Description
React Explained: Your Step-by-Step Guide to React (2020 Edition)
React Explained is a fun and enjoyable introduction to React, which is the Javascript framework of choice for WordPress, Drupal, Magento, and thousands of developers.
Key Features
Up-to-Date: Constantly updated, the material in React Explained is always current.
Clear instruction: You will follow plain English, clear visuals, and enjoyable step-by-step instructions.
Hands-on learning: You will master React by building a complete React application.
- The Javascript You Should Know for React
- Helpful Developer Tools for React
- A High Level Overview of React
- React Elements and Components Explained
- 5 Exercises in Writing React With Elements and Components
- JSX Explained
- 5 Exercises in Writing React With JSX
- Create React App Explained
- 5 Exercises With Create React App
- Props in React Explained
- 5 Exercises in Working With Props
- State in React Explained
- 5 Exercises in Working With State
- The Component Lifecycle Explained
- 5 Exercises With the Component Lifecycle
- Project Introduction
- Step 1 - Listing Content from State
- Step 2 - Routing and Single Content Views
- Step 3 - Adding a Content Form
- Step 4 - Adding Flash Messages
- Step 5 - Updating Content
- Step 6 - Deleting Content
- Step 7 - Maintaining Persistent State With Local Storage
- Step 8 - Authenticating With a Firebase Database
- Step 9 - CRUD and Live Syncing With Firebase
- Step 10 - Deploying the Project
- Step 11 - Refactoring Your Code