Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

React Quick Start: For Beginners With React Hooks [2023]

Posted By: ELK1nG
React Quick Start: For Beginners With React Hooks [2023]

React Quick Start: For Beginners With React Hooks [2023]
Published 12/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 238.33 MB | Duration: 0h 38m

No need to be an expert developer to learn React, this is a quick guide to learn basic concepts of React in just 1 hour!

What you'll learn

Build React Projects

Use Props and State

Use React Hooks (useState & useEffect)

Map Elements from Json To HTML

Requirements

Fundamentals of Js, HTML and CSS

Description

This short course will cover basic and core concepts that you need to know to get up and running with ReactJS.This series will explore the basic fundamentals of React to get you started. video course with interactive code examples that will help you learn React. A beginner-friendly crash course through the most important React topics.Also in this course, it will get you up to speed quickly with easy to follow short videos. It is project-oriented with hands-on examples, from simple to complex, that will help you with the most fundamentals concepts of React:React custom syntax and the JSX transformcomponents, properties and stateUsage of useState and useEffectProps and state and the difference between the bothTopics include:Compiling JSX to plain JSStyle your components with css, css modulesDisplay data and images in your componentsShare data across componentsintroduction to Npm react-toolsCreating componentsAdding and using state and propsHandling eventsUsing useState and useEffectBy the end of this course you'll be able toLearn basic concepts like components, states, props, lists, events, formsAnd you will learn how to deploy react applications on the internetWho this course is for:This is a FAST-paced course intended for developers who are brand new to React.You don't need to be an expert developer to learn React from this course, but brand new developers may find it too fast-paced.Experienced developers will love the fast pace and focus on quick delivery of the most critical information.Non-developers and brand new developers may find this course too fast paced.

Overview

Section 1: Introduction

Lecture 1 What Is React js

Lecture 2 Setting up The Environment

Section 2: Basics of ReactJs

Lecture 3 Build your first react app

Lecture 4 Folder structure

Lecture 5 How to install the packages

Lecture 6 Components in react

Lecture 7 Styling the components

Lecture 8 Inline styling the components

Section 3: Props & State

Lecture 9 How to use props

Lecture 10 How to use state

Section 4: React Hooks

Lecture 11 What is useState?

Lecture 12 What is useEffect?

Lecture 13 Example of using the useEffect and useState

Section 5: Map elements in React

Lecture 14 How to use arrays in mapping an element in react

Beginners