Complete React JS Tutorial with 5 Projects In 2021
Steps, we will cover in our Complete React JS Projects 👇
- Install the Recommended version of NodeJS
- check the version of NodeJS node -v on cmd
- What is React?
- Install React JS in our system using " npx create-react-app app_name "
- Go to the main directory by typing cd app_name
-
How to run the React Project 🤔 Oooo It's simple
just write the npm or yarn start command - Understand the folder Structure
- Remove the Boiler Plate
- What's New in React 17th Version? We will see it after our first component.
-
Vs Code Extension to make our React life Easy
- VS Code JavaScript (ES6) snippets
- ES7 React/Redux/GraphQL/React-Native snippets
- Hello World In React JS
-
Our First Component in React JS
- Three things are mandatory & that are
import React from "react"
any one function (functional Component)
It should always return JSX.
- Three things are mandatory & that are
- After React 17.0 Version, Now no need to write
import React from "react" Anymore -
What is JSX? Rules to write JSX.
- It always return single element
- use Div or React Fragment to wrap all your JSX Code
- ClassName in place of class
- Need to close all non closing Tags in JSX
- Use camelCase for attributes
- Autocomplete for React JSX 😍 Very Important
- Open the settings
- Open Setting(JSON) file located on Top Right Corner
- Add the following Code => "emmet.includeLanguages": {"javascript": "javascriptreact"},
- What is Nested Components? ;
- CSS in React JS
- Props in React JS
- Props Children????
- JS important Methods
- Map Method
- Spread Operator & Many More
- Events In React JS
- Todo List Projects
- Weather Application Project
Click Node JS
Here is the complete CSS file of Todo List
Here is the complete CSS file of Weather Application List
Get Complete Source Code Projects
Complete Code Resturant & Hooks