React JS Tutorial For Beginners With React JS Project Step By Step Tutorial 2024

React JS Tutorial For Beginners With React JS Project Step By Step Tutorial 2024

GreatStack

1 год назад

148,806 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@fenderletmedownsham
@fenderletmedownsham - 04.11.2024 17:12

Way too many ads my brother of peace but good tutorial

Ответить
@MuhammadMukhtar-ow4lo
@MuhammadMukhtar-ow4lo - 31.10.2024 19:50

Thank you sir! please fix my problem when i want start with react it could not run if it comes to "npm install" it won't finish install and if i run the the react display an error command

Ответить
@Fatima-Feb23
@Fatima-Feb23 - 28.10.2024 15:01

Hello sir Thanks a lot for making this video 😊😊🎉🎉

Ответить
@ghosh26
@ghosh26 - 26.10.2024 21:02

He is a great teacher in the field of programming. I have followed him for a long time.

Ответить
@RakibKhan-oh8nz
@RakibKhan-oh8nz - 19.10.2024 19:49

Make more tutorial

Ответить
@neenarajendran3653
@neenarajendran3653 - 01.10.2024 08:23

Thank you for your effort

Ответить
@kiransirlapu8745
@kiransirlapu8745 - 22.09.2024 04:21

I want redux and redux toolkit tutorials

Ответить
@rajanaidupasam7362
@rajanaidupasam7362 - 16.09.2024 18:24

Facing this error

Ответить
@architbatham3096
@architbatham3096 - 30.08.2024 19:48

You explained it very well sir, I took many courses, but I had difficulty understanding them, but your explanation helped me understand

Ответить
@christophermawela3318
@christophermawela3318 - 26.08.2024 20:02

Not for beginners, Please make a full course on React JS, I like how you break down complex topics, thus after watching your JavaScript Course for Beginners and All React Hooks Explained, I was giving up on React then GreatStack came to rescue.

Ответить
@SamiaSiddique-mf2np
@SamiaSiddique-mf2np - 10.08.2024 16:22

Can anyone plz help me my project is not working properly import is not working

Ответить
@prathamhebbar5800
@prathamhebbar5800 - 26.07.2024 03:12

Hi there! Thank you for the video! However, can you please explain what the purpose of the useEffect method is in the context of the todo list app? I'd very much appreciate it!

Ответить
@User-lm4qq
@User-lm4qq - 17.07.2024 13:06

Fact : React reacts when state changes

Ответить
@lynne.5416
@lynne.5416 - 16.07.2024 08:54

Can you tell me what vs code extension you installed needed for react?

When I type rafc there is no recommendation except of ReadableStreamDefaultController

Ответить
@alishakulkarni4462
@alishakulkarni4462 - 02.07.2024 21:10

Very well explained and clear video! Thank you!

Ответить
@satyamgupta1446
@satyamgupta1446 - 30.06.2024 10:32

This video is definetly not for the beginners

Ответить
@DeepRathod-l6o
@DeepRathod-l6o - 29.06.2024 16:42

Images or TodoItems not visible when adding THIS LINE INSIDE THE maping or after return

<TodoItems key={index} no={item.no} display = {item.display} text={item.text}/>

It’s visible when i adding <TodoItems/> before the mapping

PLEASE HELP 😢

Ответить
@geetamalhotra1042
@geetamalhotra1042 - 22.06.2024 15:56

Hi Very helpful video. I am new in react js but hope I will learn soon .Thank you so much buddy

Ответить
@ajiteshmishra0005
@ajiteshmishra0005 - 18.06.2024 10:16

Your explanation is very good.


Please create one video on Redux as well as Redux Toolkit on any React Project from scratch with small and large data so that every concept can be cleared.

We can answer every interview questions smoothly.

Ответить
@AmirKhan-vg4br
@AmirKhan-vg4br - 06.06.2024 15:25

Npm warn deprecated error 😢

Ответить
@endgaming4109
@endgaming4109 - 26.05.2024 19:40

Bro i got one issue

Ответить
@endgaming4109
@endgaming4109 - 26.05.2024 13:18

Finally you say it is Basic consept of react. 🤯

Ответить
@charindujayanath3612
@charindujayanath3612 - 17.05.2024 11:35

Thanks a bunch❤

Ответить
@mervenurcifci2956
@mervenurcifci2956 - 17.05.2024 10:38

thank you 💙 i officially learned react 🎈you are my hero ! i 'm glad chose this channel .

Ответить
@akoladebode-ajayi327
@akoladebode-ajayi327 - 05.05.2024 20:27

sir please i was confused because when you created the todo.jsx folder you didn't update it inside the main.jsx, it made me to stress my self as a react beginner 😭😭😭

Ответить
@AtharvShreshtha
@AtharvShreshtha - 19.04.2024 22:47

I am getting uncaught typeerror cannot read properties of undefined (reading 'useref') error after using route.

Ответить
@vikasrana_0007
@vikasrana_0007 - 12.04.2024 09:33

❤❤❤

Ответить
@nikhilsingh-te8hn
@nikhilsingh-te8hn - 06.04.2024 07:16

Please create courses on just creating front end layouts without any backend. If possible ~1Hr : ). As an mid level developer I am comfortable with backend but its the front end like layout, align, grid etc which takes a lot of time for me.

Ответить
@nikhilsingh-te8hn
@nikhilsingh-te8hn - 06.04.2024 07:11

Thanks, perfect 1 hr course.

Ответить
@atiyabali3518
@atiyabali3518 - 04.04.2024 22:34

I am Getting an error ...as we have used setItem but you haven't initialised the useState for setItem, but you didn't get this error how?

Ответить
@ahmedamin8134
@ahmedamin8134 - 19.03.2024 10:03

importing navbar doesnt works for me

Ответить
@SrikanthKeloth
@SrikanthKeloth - 19.03.2024 05:50

I want to Create ecomm

Ответить
@kuldeeprawat328
@kuldeeprawat328 - 15.03.2024 09:07

When the page is reloaded, your component will be remounted.
Without the first useEffect, the todos state will be re-initialized to an empty array [].
Then, the second useEffect will run, as it still exists in your code. However, since the todos(state variable) state is now an empty array, the localStorage.setItem("todos", JSON.stringify(todos)) line will store an empty array in localStorage under the key "todos".
As a result, when the page is reloaded, the todos state will be initialized as an empty array, and the data in localStorage under the key "todos" will also be an empty array. This behavior will cause any previously saved todos to be lost because they were not loaded into the todos state during component initialization.


Was this explanation technically correct?

Ответить
@Aashiqui-pf7ni
@Aashiqui-pf7ni - 07.03.2024 20:58

hi sir actually its lot more for a beginer like useEffect ,localstorage so still need some clarity but thats for the video but i can't delete all the data (todos)

Ответить
@FadumilaEmmanuel
@FadumilaEmmanuel - 01.03.2024 17:11

Please is this the same guy from Easy Tutorial??
NIce Video, Thanks.

Ответить
@redsokka
@redsokka - 01.03.2024 10:12

God❤ Live long Sir 🙏🏻.....This helps me lot

Ответить
@remember.772
@remember.772 - 29.02.2024 18:38

U miss something when we add alot task the list is gonna leave the height of the Todo div and it become on the body

Ответить
@kashifahmed_1995
@kashifahmed_1995 - 26.02.2024 11:58

I will learn react only by doing Projects and reading blogs. We can not learn React only by pen and paper. Thanks for the project

Ответить
@cruzinsweetsntreats
@cruzinsweetsntreats - 14.02.2024 04:54

As of February 13, 2024 for LTS: node-v20.11.0 (includes npm 10.2.4)

Ответить
@61mohamedathil99
@61mohamedathil99 - 11.02.2024 14:49

hello sir i have a doubt why you use javaScript + swc

Ответить
@sanwicklithchristophermkal7668
@sanwicklithchristophermkal7668 - 16.01.2024 22:09

Really educative content...! much appreciated

Ответить
@SigmaDomination
@SigmaDomination - 06.01.2024 07:43

This is not that good for the beginners. Explaining was bad

Ответить
@Shshsbb1717
@Shshsbb1717 - 04.01.2024 13:52

how to install the extension that supported rfac?

Ответить
@Disruptiveb
@Disruptiveb - 01.01.2024 01:15

In my Asset folder there's no image. How do i get the image you use in the asset folder

Ответить
@ANSHUMANPADHI-t8e
@ANSHUMANPADHI-t8e - 29.12.2023 08:28

This is definitely not a beginner friendly tutorial, especially the project part of it but anyway thanks for making this video!!

Ответить
@React1007
@React1007 - 28.12.2023 17:59

plz make expense tracker and e commerce project as fast u can

Ответить
@dude-ox2em
@dude-ox2em - 27.12.2023 07:24

The explanation in the video is very good but the topics are not explained elaborately .
He explains the contents but what,why etc are not explained. The main objective of this video is to make the students ready to make a simple App rather than to make them understand the stuffs what they do and why they do.

Ответить
@isidoramoonrose5657
@isidoramoonrose5657 - 15.12.2023 20:40

Honestly little too much for a beginner tutorial but thanks anyways . Learned a lot :)

Ответить
@MustafoBroimshoev
@MustafoBroimshoev - 15.12.2023 19:10

Thank you best vidios & chanel

Ответить
@saurabhpatil9469
@saurabhpatil9469 - 10.12.2023 18:37

Thank you sir for the great knowledge 🙏🙏🙏

Ответить