
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Learn to style React elements using inline styles with a style object, apply camelCase properties like color and backgroundColor, and drive changes from state.
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.
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.
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.
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.
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.
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.
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.
Learn conditional rendering in a React login flow, showing a login form when not logged in and a profile view when logged in, using a ternary operator.
Learn how to set up a react routing project using browser router, switch, and route to navigate between home, about, and contact pages, with links and code sandbox workflow.
Learn how to build a counter with React hooks using useState and deconstruction, render updates, and implement increment and decrement with a guard against negative values using the ternary operator.
Build a React hooks challenge that toggles a button's styling via useState, switching between a blue background and a line-through text to reinforce interactive styling.
Explore event handling in React by building interactive inputs and buttons that update state with hooks, reflect heading changes, handle submission, and apply dynamic styles on mouseover.
Explore handling form components using functional and class components in React, using onChange events, state, and hooks to build a login form with first and last names and live updates.
learn how to manage complex state in react by using two hooks for first and last name, updating with a single handler and a setState callback that preserves previous values.
Explore the ES6 spread operator to merge arrays and objects, update nested structures with previous values, and streamline updates through practical examples.
Build a todo list app in React using state to manage items, render the list with map, and pass items via props, enabling add and delete functionality.
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.