Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
React Front To Back
Rating: 4.5 out of 5(9,112 ratings)
33,997 students

React Front To Back

Learn Modern React 16.8+ Including Hooks, Context API, Full Stack MERN & Redux By Building Real Life Projects
Created byBrad Traversy
Last updated 1/2021
English

What you'll learn

  • Learn Modern React By Building 3 Projects
  • Flux Pattern Using Context & useContext/useReducer Hooks
  • Learn Redux From Scratch
  • Full Stack Development with MERN (MongoDB, Express, React, Node)
  • Suitable For Both Beginners & Intermediate React Developers

Course content

13 sections91 lectures13h 57m total length
  • Welcome To The Course3:26

    Learn react from scratch through hands-on projects that teach hooks, context api, and flux patterns. Build a GitHub finder and a mern full-stack app with redux and express.

  • What Is React?4:03

    Explore how React functions as a client-side JavaScript library and why it’s treated as a framework, emphasizing component-based design, a virtual DOM, routing, and modular front-end development.

  • Setting Up Our Environment6:07

    Install Node.js and npm, set up a suitable text editor, and configure git; use essential tools like React DevTools, Redux DevTools, Postman, and Prettier to streamline development.

Requirements

  • You should know JavaScript pretty well, including ES6 (Arrow functions, promises, etc)

Description

In this course you will learn to master React 16.8+ concepts including how to create a Flux pattern using the Context API with the useContext and useReducer hooks. We will also build a full stack MERN application with a custom Express backend API that uses JWT (JSON Web Token) for authentication. In addition, we will also create a project that uses Redux.

Here are some of the things you will learn in this course:

  • React Fundamentals (Components, props, state, etc)

  • React Hooks (useState, useEffect, useContext, useReducer, useRef) in real projects

  • Context API & App Level State

  • MERN - MongoDB, Express React, Node

  • Build a Custom API With JWT Authentication

  • Redux - Reducers, Actions, etc

  • Basic Animation

  • Much More...

Who this course is for:

  • Developers looking to learn Modern React 16.8+ with hooks & context, MERN & Redux