Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete React Bootcamp - Build Hands on projects
Rating: 4.3 out of 5(147 ratings)
18,837 students

Complete React Bootcamp - Build Hands on projects

Learn the basics of React and learn how to build React web applications using React Hooks,Routers etc
Created byMohammed Khan
Last updated 10/2020
English

What you'll learn

  • Build powerful, fast, user-friendly and reactive web apps
  • Learn React hooks
  • Everything about React js
  • Provide amazing user experiences by leveraging the power of JavaScript with ease
  • Learn React Router
  • Many more stuff

Course content

6 sections28 lectures5h 8m total length
  • Introduction to the course1:45

    Dive into React fundamentals from scratch, covering conditional rendering, React elements, JavaScript concepts, and mapping data to components. Build login projects and other challenges through hands-on projects.

  • Installing the TextEditor's1:03

    Install a text editor like Adam or Visual Studio Code to write code and start your first React application, then set up the editor and begin coding.

  • What is react? and it's advantages4:03

    Explore how React, an open source JavaScript library for building user interfaces, enables reusable UI components, interactive designs, and efficient rendering of state changes, while boosting productivity.

  • Installing node js on your machine2:21

    Install node.js on your machine by downloading the appropriate installer for Windows, Linux, or Mac, run the setup, and verify with node -v in the command prompt or terminal.

  • Creating our very first react app6:37

    Create your first React app by creating a desktop folder, running create-react-app with a chosen name, and starting the development server to view localhost:300000.

  • using codesandbox and learning react6:31

    Explore code sandbox to start a React project quickly with templates for React and vanilla. Sign up, fork on GitHub, and export or share your sandbox for collaboration.

  • Introduction to React apps jsx11:41

    Learn how to set up a basic React app with an index.html and script file, install dependencies, and render content to a root div using React and ReactDOM with JSX.

  • React app challenge4:27

    Complete a hands-on React app challenge by building a React page that renders an ordered list of favorite languages, practicing imports, rendering, and wrapping list items in a parent element.

  • more about JSX9:24

    Deepen JSX in React by embedding JavaScript inside JSX, using variables to render first name, last name, and full name, and explain why JSX supports expressions but not statements.

  • More challenges on JSX4:23

    Apply jsx basics to build a simple dynamic footer that displays your name and the current year using javascript, troubleshoot errors, and complete the jsx challenge.

  • JSX attributes and styling the elements9:33

    Master six JSX attributes and styling in React, with camel-cased names and inline styles like background color. Learn accessibility tips by adding descriptive text for images and using screen readers.

  • Inline styling for react elements3:34

    Learn to style React elements using inline styles with a style object, apply camelCase properties like color and backgroundColor, and drive changes from state.

  • React components16:47

    Learn how to build and manage react components with function components, headings and lists, using import and export patterns like export default to render reusable UI blocks.

  • React components challenge5:14

    Create and export new heading components in a React project, import them, and wire them into the app, following simple setup steps and local environment tips.

  • Javascript es6: Import export function9:38

    Master es6 import and export in javascript by creating and exporting a default constant and named functions, importing with aliases, and wiring simple arithmetic in a react project.

  • props in react16:38

    Learn how to create reusable React components and pass data with props, including names, images, and emails, by building a contact card system and exporting components.

  • React props practice6:47

    Practice React props by building a contact list feature, importing design data and exporting components, and mapping a design object to render names and emails.

  • Mapping data to components9:40

    Map the contacts object with a map function to create a card for each contact, rendering dynamic cards and ensuring each item has a unique key.

  • tips on using React tools2:49

    Learn to use Chrome React developer tools to inspect components and props, see card rendering, and explore using a local sandbox and exporting your project.

Requirements

  • little knowledge html css and javascript

Description

What's this course about?

Learn React or dive deeper into it. Learn the theory, solve assignments, practice in demo projects, and build one big project called : Todo list app

JavaScript is the major driver of modern web applications since it's the only programming language that runs in the browser and hence allows you to provide highly reactive apps. You'll be able to achieve mobile-app like user experiences on 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 in your app? It's as simple as creating a "List" component and outputting it as often as needed.

This course will start at the very basics and explain what exactly React is and how you may use it (and for which kind of apps). Thereafter, we'll go all the way from basic to advanced. We'll not just scratch the surface but dive deeply into React as well as popular libraries like react-router and Redux.

By the end of the course, you can build amazing React applications!

A detailed list of the course content can be found below.

This course is for you if ...

  • ...you're just getting started with frontend/ JavaScript development and only got the JS basics set (no prior React or other framework experience is required!)

  • ...you're experienced with Angular or Vue but want to dive into React

  • ...know the React basics but want to refresh them and/ or dive deeper

  • ...already worked quite a bit with React but want to dive deeper and see it all come together in a bigger app

You will learn these concepts below:

  • Learn how to use Codesandbox

  • Learn React from scratch

  • Conditional Rendering

  • React and it's advantages

  • JSX

  • Challenges after every topic

  • JSX attributes

  • Inline styling for react elements

  • Javascript ES6 concepts

  • React props

  • Mapping data to components

  • Using React dev tools

  • Login Project

  • React router and project

  • React Hooks

  • Event handling

  • form handling

  • Todo list project

I've built the course that I would have wanted to take when I was learning React. A course that explains the concepts and how they're implemented in the best order for you to learn and deeply understand them.

Who this course is for:

  • Front end developers
  • Beginner Web developers
  • React developers
  • Beginner React developers
  • Students who wants to learn React