React tutorial in Hindi #5 File and folder structure

preview_player
Показать описание
in this react js tutorial for beginners series we learn and understand file and folder structure in react js create react app. This video is made by anil Sidhu in the Hindi Language.
Playlist for complete React series in Hindi

Steps of this video
Understand File use and structure
Understand Folder use and structure
Interview Question
The answer of the Last Interview Question
Рекомендации по теме
Комментарии
Автор

Sir aap apni screen ko thoda zoom kiya karo

ArunKumar-odtr
Автор

01. package.json ke andar sab core file ki command hoti hai.
02. node module ki size bohoti bari hoti hai. jab ham code ko git se clone karte hai tab only ohi file ani chahihe jo npm ke through nahi pa saktehe.
03. git se project clone karneke bad npm install karne se sab file ajate hai.

agunst
Автор

node moule iss wajha sy push nahi hoty q ky react ki dependency hai node module bhot heavy hoty hai iss wajha sy
02 banda hamari code ki file nikalay ga or usy pakage.json main node module install karaay ga to usy millay gy

RafayRajpoot-kb
Автор

react current version im using right now is 18.2.0

shahzaibirfan
Автор

01.Most imp file is package.json as it contain the information about project, its dependencies and metadata
02.node_module is not pushed in the github as its size is very big so it is written in the .gitignore file.
03.Any Developer if clones the repo which does not have npm_module will get it by running npm install in the terminal

akshaybendre
Автор

best channel. so helpful. beginner friendly.

girldocode
Автор

You don't have an English I really appreciate the app but video lecture not helping me

Focusgrow_
Автор

01. Package.json.
02. Node module ka size bda hota hai.
03. git clone karne per npm install krke package install kr skte hai.

MusicRemix
Автор

Thank you so much sir for creating this playlist.
I really enjoyed and learning these video lectures.
And also your interview question is another add-on in our preparation.

ricky_una_
Автор

01. package.json ke andar sab core file ki command hoti hai.
02. node module ki size bohoti bari hoti hai. jab ham code ko git se clone karte hai tab only ohi file ani chahihe jo npm ke through nahi pa saktehe.
03. git se project clone karneke bad npm install karne se sab file ajate hai.

mr_geek
Автор

1. important file package.json
2. because node module large file
3. npm install

MoteeullahAzmi
Автор

What an explanation sir
Thank you so much❤
Love from Gujarat 😇

sagarraval
Автор

Thanks for teaching the best ....very clear and easily understable❤

sushmagautam
Автор

Most important file is Package-lack.json not package.json because if you delete package-lock.json you cannot get package.json but reverse is not true

ShivShankar
Автор

ans1:-package.json and package-lock.json
ans2:- we delete the module folder before share react app folder because the module folder contain dependencies, scripts and discriptions about the app, and they can be redownloaded on the basis of dependencies, builds, scripts version written in package.json file.

ankitkumar-hxgq
Автор

Important file is package.json. It stores information about our project like version, dependencies etc. Modules are not pushed or uploaded as they are heavy, so we can compensate it with package.json.

devanshurawat
Автор

"react": "^18.2.0",

ranazahoor
Автор

"react": "^18.2.0",

ShreyaGupta-joub
Автор

Thanku so musch for creating this playlist.

game_on_goal_
Автор

Thank you so much can you explain PWA in detail

cvsrclash