Unlock React JS: A Beginner's Guide & Project Walkthrough

Related Posts
41 Comments

Great tutorial, thanks

This is by far the best react tutorial i have seen you have covered most of the things that too so easily hats off to you and thankyou so mych for such a informative content.

Wow your channel is gold, thank you🙏.

Please dedicate a video on react router

Please Reply me, am
Having issues when I typed mom run dev
They keep saying a node modules called roll up not found and bunch of error
I have clear cache and install again

You are a very good teacher. Made it easy to learn React. Lots of thanks from Lahore

Number is not updated it is 0

PS C:UsersUSERsimple> npm run dev

> simple@0.0.0 dev

> vite

node:internal/modules/cjs/loader:1473

return process.dlopen(module, path.toNamespacedPath(filename));

^

Error: The specified module could not be found.

\?C:UsersUSERsimplenode_modules@rolluprollup-win32-x64-msvcrollup.win32-x64-msvc.node

at Module._extensions..node (node:internal/modules/cjs/loader:1473:18)

at Module.load (node:internal/modules/cjs/loader:1207:32)

at Module._load (node:internal/modules/cjs/loader:1023:12)

at Module.require (node:internal/modules/cjs/loader:1235:19)

at require (node:internal/modules/helpers:176:18)

at Object.<anonymous> (C:UsersUSERsimplenode_modulesrollupdistnative.js:60:48)

at Module._compile (node:internal/modules/cjs/loader:1376:14)

at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)

at Module.load (node:internal/modules/cjs/loader:1207:32)

at Module._load (node:internal/modules/cjs/loader:1023:12) {

code: 'ERR_DLOPEN_FAILED'

}

Node.js v21.2.0

PS C:UsersUSERsimple>

It wouldve been better if you didnt just type the code and explained it a little more

Thanks sir
Sir why to create todoscount for local storage when have all data set in local storage

which extension are you using for snippets

rafc = which extension do you use.

hey @GreatStackDev can you please share the source code i am getting error in deleting the todo

Do You learning or did we learning ????

I remember this channel, this is the channel where I first started learning HTML/CSS when I was in my 8th Standard, back then it's name was easy tutorials. Your tutorials are really very easy and understandable so please keep making these videos. And one suggestion would be that, try to make videos on trending topics with more complex and good looking projects. Like you can create a beginner, intermediate and advanced playlist on React, Tailwind, Framer Motion etc.

Ohh I forgot to mention that now I'm in College 2nd year doing BCA.

GREAT STACK YOURE THE BEST AND I HAVE BEEN FOLLOWING YOU SINCE EASY TUTORIAL … PLEASE CAN YOU MAKE A VIDEO ON INFINITE SCROLL WITH CARD IMAGES .. PLEASE

Thank you sir for the great knowledge 🙏🙏🙏

Thank you best vidios & chanel

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

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.

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

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

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

how to install the extension that supported rfac?

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

Really educative content…! much appreciated

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

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

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

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

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

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

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)

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?

I want to Create ecomm

importing navbar doesnt works for me

Leave a Reply

Your email address will not be published.Required fields are marked *