Project 1: Setup + Adding Bootstrap to React | Complete React Course in Hindi #5

preview_player
Показать описание
Complete react course: In this react course, we will see how to learn react using projects.
This is going to be a project-based course full of real-world react projects. In this video, we will create and set up a brand new react project and will add bootstrap to it.
All the links will be provided in the description

Best Hindi Videos For Learning Programming:

►C Language Complete Course In Hindi -

►JavaScript Complete Course In Hindi -

►Django Complete Course In Hindi -

Follow Me On Social Media
Comment "#HarryBhai" if you read this 😉😉
Комментарии
Автор

If someone is encountering the warning
"src\App.js
Line 33:11: The href attribute is required for an anchor to be keyboard

Just replace <a className="nav-link disabled"
With <a className="nav-link disabled" aria-disabled="true" href="/">Disabled</a>

The warning you're seeing is related to accessibility best practices. For anchor (<a>) elements to be keyboard accessible, they need to have a valid href attribute.

Автор

tullu very funny. It works like a refresher😂👍. Thank you harry sir for this value able content.

roydisha
Автор

sir thank you for all the free courses . God had told us that knowledge should be free and maybe you are one of it who creates it for free.💛

mohitnippanikar
Автор

A quick suggestion : In react's docs, there is already mentioned a HTML --> JSX convertor, that minimizes manual process, can check out

parthib_deb
Автор

Sir is series mein kitne parts hoyenge aur kb tk khtm hoyegi plz bata do placements aagaye hain uske liye plz hope you understand 🙏😭❣️

trialaccount
Автор

Sir I'm React and Web Pro After Watching this Course :-)

Love you From Indore, MP

lakshyabhararti
Автор

Thanks Harry. These videos are very helpful for learning React in a short period of time. Please also make videos describing what to do if hot reload does not work.

tehniatmirza
Автор

Tulu 😂😂
Bahut maja aa rha h comedy + teaching Op
Harry OP

firebird
Автор

Thanks for this detailed react course woh react in one video mei thoda mushkil ho raha tha samajhna.Loveyou harry bhai great work. 🙏🙏

rohitsk
Автор

I watched many videos and read articles about single page application, but i was still unclear. This video made me clear about it.

Ekam-pvoy
Автор

Legends say :-
Getting heart from Harry Sir is 'Difficult' but not 'Impossible'.

Shourya_
Автор

Harry bhai m apka java course kr rha hu ...apne bht mhnt ki h hmare lye ... thank you so much for your I'm a biggest fan of Agr mjhe salman khan ya apse milne ka mauka mile to ....apko choose krunga .... biggest fan ...

Bilalahmad
Автор

Harry bhai there is a very beautiful plugin in vs code named html to jsx converter. We just need to select and click a single button. On single click our html is converted in jsx in just second. And there is a same tool for pug language.

If you read this comment, Kindly take my name in your video. It will be a best moment for me.

punjabifilmsk
Автор

Just finished the 4th tutorial and a perfect time for the 5th. Thanks again Harry vai.

abirrakshit
Автор

Did you know 7:41 if you pause the video and hover over the src link then you can copy it directly

techgeek
Автор

Harry bhai I suggest we should use react-bootstrap instead of plain bootstrap. React Bootstrap has specifically been built to use bootstrap with react. Using plain bootstrap in react is not the ideal approach.

first
Автор

Nice. Pls do MERN and MEAN apps with proper folder structure... Also make angular series....

lavanyashivu
Автор

Most awaited video 🔥🔥🔥❤️
Thank you Harry Sir for this React Course ❤️

sakshamjoshi
Автор

ERROR FILE
<a className="nav-link disabled" href="/" tabindex="-1"

but copy time this was <a class="nav-link disabled"

You should discuss it .. missing in video after copy how changed

ahmadaziz
Автор

Thank you sir
Very helpful content.
Qs - Can we use bootstrap in projects for clients? Does it pose any copyright violation or security risk to use bootstrap?

Abhishek.Sharma