React-JS-Crash-Course
React-JS-Crash-Course copied to clipboard
React.js for beginners is the focus of this course. You've come to the right place if you've just finished learning javascript and want to test out a well-liked framework like react js. In this course...
React-JS-Crash-Course
About Course
Hi everyone, welcome to our brand new react js crash course. This is a complete beginner-friendly course specially created for new web developers, who just started to learn about react js.
In this course, we will build and deploy a complete react js portfolio website.
What is React JS
Without wasting your time, let's see what react js actually is...
- React is a JavaScript library for building user-friendly interfaces.
- It is Used to build single-page applications.
- Also, it allows us to create reusable UI components.
What you are going to learn
In this course, we are going to learn
- React ES6 Basic Syntax
- React Render HTML
- React JSX essential Syntax
- How to use React Components, Class, Props, Events
- React Conditionals
- React Router
- React Hooks such as - useState, useEffect, useCallback, Custom Hooks
- Most importantly we will learn the Best File & Folder Structure you should follow..... and much more.
By building our react js portfolio we will try to cover all these topics.
Setup
- run
npm i && npm start