-
Book Overview & Buying
-
Table Of Contents
React - The Complete Guide (incl. Hooks, React Router and Redux)
By :
React - The Complete Guide (incl. Hooks, React Router and Redux)
By:
Overview of this book
Learn React or dive deeper into it. Learn the theory, solve assignments, practice on demo projects and build one big application which is improved throughout the course: The Burger Builder! JavaScript is the major driver of modern web applications since it's the only programming language which runs in the browser and hence allows you to provide highly reactive apps. You'll be able to achieve mobile-app like user experiences in the web. But using JavaScript can be challenging - it quickly becomes overwhelming to create a nice web app with vanilla JavaScript and jQuery only. React to the rescue! React is all about components - basically custom HTML elements - with which you can quickly build amazing and powerful web apps. Just build a component once, configure it to your needs, dynamically pass data into it (or listen to your own events!) and re-use it as often as needed. Need to display a list of users in your app? It's as simple as creating a "User" component and outputting it as often as needed. By the end of the course, you will be able to build amazing React (single page) applications! A short refresher about the most important next-gen features is provided in the course.
The code bundle for this course is available at https://github.com/PacktPublishing/React---The-Complete-Guide-incl.-Hooks-React-Router-and-Redux-First-Edition-
The second edition of this video course, React - The Complete Guide (includes Hooks, React Router, and Redux) Second Edition [2021 Updated], is now available.
Table of Contents (30 chapters)
Getting Started
Refreshing Next Generation JavaScript
Understanding the Base Features & Syntax
Working with Lists and Conditionals
Styling React Components & Elements
Debugging React Apps
Diving Deeper into Components & React Internals
A Real App: The Burger Builder (Basic Version)
Reaching out to the Web (Http / Ajax)
Burger Builder Project: Accessing a Server
Multi-Page-Feeling in a Single-Page-App: Routing
Adding Routing to our Burger Project
Forms and Form Validation
Redux
Adding Redux to our Project
Redux Advanced
Redux Advanced: Burger Project
Adding Authentication to our Burger Project
Improving our Burger Project
Testing
Deploying the App to the Web
Bonus: Working with Webpack
Bonus: Next.js
Bonus: Animations in React Apps
Bonus: A Brief Introduction to Redux Saga
React Hooks
Using Hooks in the Burger Builder
Bonus: Replacing Redux with React Hooks
Bonus: Building the Burger CSS
Next Steps and Course Roundup