Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Build Dynamic Web Apps with React & Firebase
Rating: 4.7 out of 5(3,939 ratings)
19,699 students

Build Dynamic Web Apps with React & Firebase

Learn React from the ground up to make dynamic websites (includes Context, Hooks, Reducers, Routing, Auth, Databases)
Last updated 1/2025
English
German [Auto],English [Auto],

What you'll learn

  • Learn how to create modern & dynamic React websites from the ground up
  • Learn about Components, Props, Hooks, Context, State, Reducers & the React Router
  • Learn how to implement a database, authentication & file uploads with React & Firebase
  • Create & deploy fully fledged user-based React websites

Course content

20 sections224 lectures23h 31m total length
  • Welcome to the Course2:56

    Learn to build modern interactive web apps with React and Firebase, from basics to advanced topics. Create a project management tool with tasks and authentication, plus other practice projects.

  • React at a Glance4:04

    Explore how React, a JavaScript library, enables building entire websites as a single-page application by composing reusable components and dynamic content loading, while also integrating React into existing pages.

  • What You Should Already Know1:18

    Prepare for building dynamic web apps with React by mastering JavaScript basics—objects, arrays, functions, the DOM, and asynchronous data fetching—while becoming comfortable with JSX, HTML, and CSS.

  • Environment Setup3:07

    Set up your React development environment by installing VS Code, Node.js and npm, verifying Node version (>= 10.16), and adding extensions like Live Server and ES7 React snippets.

  • Using the Course Files1:37

    Access all lesson files and code in the course GitHub repo, download per-lesson code as a zip, or browse files; npm install is required for chapter three.

  • Extra Resources & Tutorials0:14

Requirements

  • Basic knowledge of JavaScript, HTML & CSS

Description

React is a hugely popular front-end library and React developers are always in high demand in the web dev job market. In this course you'll learn how to use React from the ground-up to create dynamic & interactive websites, and by the time you finish you'll be in a great position to succeed in a job as a React developer. You'll also have 4 full React projects under your belt too, which you can customize and use in your portfolio!

Throughout the course you'll learn exactly what React is and why it's such a popular choice to make interactive & dynamic websites. You'll learn how to set up a React website from scratch, how to create React components, how to use state to manage component data & how to work with interactive events such as click events & form submissions.

You'll also get hands-on practise with the React Router (which is used in React to create website with "multiple pages") and you'll see how these are actually known as Single Page Applications (or SPA's for short).

We'll dive into React Hooks such as useState, useEffect, useParams & useHistory and use them to help us create 4 full React projects from scratch - a memory game, a recipe website, a finance tracker & a project management application.

You'll also learn some more avanced topics such as the React Context API to handle global state & reducers (including the useReducer hook) to help manage more complex state.

Once you've mastered React, we'll take our websites to the next level by integrating them with Firebase - a backend as a service. You'll learn how to add services such as a real-time database & authentication into your React sites as well as how to allow end-users to upload files from their computers with the help of Firebase Storage. Finally, I'll teach you how to build & deploy your React sites to the web using Firebase Hosting.

By the end of the course you'll have a solid understanding of React & be able to make your own production-ready websites!

Who this course is for:

  • Beginner developers wanting to learn a front-end framework like React
  • Beginner React developers wanting to further their React skills & knowledge
  • Intermediate & advanced React developers wanting to learn how to integrate back-end services like authentication & databases
  • Developers who have used other frameworks (like Vue) & want to switch to React