Sale!
React Explained Book
Original price was: $24.99.$19.99Current price is: $19.99.
Learn React from
Clear Explanations
& Guided Practice
What You Will Learn
- Modern JavaScript and Development Tools
- Fundamental React Concepts and Patterns
- How to Build and Deploy a Real React App
NOTE: This course is available as a bundle with the React Explained Course that goes into more depth explaining each topic. I recommend getting the bundle, because the book explains things the videos do not!
Book Outline
PART I. PREPARING TO REACT
- The JavaScript You Should Know for React
- Helpful Developer Tools to Know for React
- A High Level Overview of React
PART II. REACT EXPLAINED
- React Elements and Components Explained
- Five Exercises in Writing React With Elements and Components
- JSX Explained
- Five Exercises in Writing React With JSX
- Create React App Explained
- Five Exercises With Create React App
- Props in React Explained
- Five Exercises in Working With Props
- State in React Explained
- Five Exercises in Working With State
- The Component Lifecycle Explained
- Five Exercises With the Component Lifecycle
PART III. A REACT PROJECT
- React Project Introduction
- React Project Step #1. Listing Content From State
- React Project Step #2. Routing and Single Content Views
- React Project Step #3. Adding a Content Form
- React Project Step #4. Adding Flash Messages
- React Project Step #5. Updating Content
- React Project Step #6. Deleting Content
- React Project Step #7. Maintaining Persistent State With Local Storage
- React Project Step #8. Authenticating With a Firebase Database
- React Project Step #9. CRUD and Live Syncing With Firebase
- React Project Step #10. Deploying The Project
- React Project Step #11. Refactoring Your Code
- Taking React Further