When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Learn React JS from scratch: Create hands on projects
Learn React js JavaScript framework from scratch

This Course Includes
udemy
3.4 (72 reviews )
10 total hours
english
Online - Self Paced
course
Udemy
About Learn React JS from scratch: Create hands on projects
React.js is a an open-source JavaScript library for creating user interfaces React adopts a component based approach in developing applications.Every react app can considered a component or a collection of components which can be re-usable.
This course is for absolute beginners to react and will teach you from scratch what you need to know to begincreating react based applications. React is fun and easy to learn.
React.js is designed to make the process of building modular, reusable user interface components simple and intuitive. With React you can design simple views for each state of an application. You can also use React to efficiently update and render components when your data changes. I will walk you through how to create react components from scratch, review components properties, and component state, as well as the foundational parent/child relationships within React.js. I will also take you through the lifecycle of components . You will be transpiling JSX code using babel which is an in browser transpiler that converts JSX code into readable format.
What you will learn includes:
What is React.js?Who uses ReactAdding and accessing React LibraryAdding and accessing React DOM LibraryAdding and accessing Babel compilerUsing JSXCreating a React componentUsing propsProp TypesUsing props with childrenWorking with stateHandling eventsUsing RefsMounting componentsUn-Mounting ComponentsUpdating ComponentsCreating a React App
This is a practical hands-on course and i encourage you to follow along as much as possible.
Thank you and welcome to the course.
What You Will Learn?
- Know how to access the React Library.
- Know how to access the React DOM Library.
- Know how to write JSX syntax.
- know how to transpile JSX code with Babel.
- know about a react component .
- know how to create a React Component.
- Know how to Mount a component.
- Know how to Un-Mount a component.
- Know about Props.
- Know about State.
- Know how to handle events in React.
- Know about Refs.