Adding Login Component to iNotebook | Complete React Course in Hindi #69

preview_player
Показать описание
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.

Python, C, C++, Java, JavaScript and Other Cheatsheets [++]:

►Learn in One Video[++]:

►Complete course [playlist]:

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

18:45 important note might save your time
The useHistory() hook has been deprecated and replaced by the useNavigate() hook in React v6.

So your code will look like this:
import {useNavigate} from 'react-router-dom';

let navigate = useNavigate();

if(json.success){
localStorage.setItem('token', json.authtoken);
navigate("/");
}

vitthal
Автор

In screencast settings,
Reduce the font size a little and turn on "Only Keyboard Shortcuts".
Also reduce the vertical offset a little.
Rest is perfect!

aashish
Автор

yes sucessfully completed Login functionality using useNavigate() hook instead of useHistory() hook. Thanks a lot Harry bhai. But user can still click on the Home link and view notes with or without login.

tehniatmirza
Автор

After coming from tuition, this is the first thing to watch 😀🔥🤑

kirtiiyer
Автор

Thankyou Harry sir apke wajese mein coding ka basic knowledge sikh paya

omkarmhaske
Автор

For useHistory() error.
Import {useNavigate} from 'react-router-dom'
Let navigate = useNavigate();
navigate('/')

inzamam
Автор

For your channel i started coding....before that i hated coding.

ejazalikhan
Автор

Who is watching this video now, Just wanted to inform that useHistory hook been replaced with useNavigate. So, I am using that.
Also, wanted to say this tutorial is awesome.

anshikaagrawal
Автор

n screencast settings,
Reduce the font size a little and turn on "Only Keyboard Shortcuts".
Also reduce the vertical offset a little.
Rest is perfect!

sereneguy
Автор

I'm learning JavaScript from your playlist. I'm almost done, but having so much of confusion while writing code. Video me samjh aata hai, but fir bhool jaata hu. Requesting you to share your hand written notes like html and css. Would be grateful ever and ever. Thanks in advance

shubhamraj
Автор

While changing class to className or doing any changes to anyword in whole project use the global search feature of vscode (on left side the search icon)

vipulchaudhary_js
Автор

it's good to put screen cast as we can know short cut key for various functions of vs code what u type. yes it will be distrubing but can control yrr pasud or rewatch again but from gaining knowledge it is good to put❤

sachinadk
Автор

bhai this react course is really really and genuinely very much helpful for beginners like me :)

krishnamuraree
Автор

Good evening sir,
After this course, can you make a course of making a meeting app like google meet or ms teams

codebridge
Автор

Thank you Harry bhaiya for Everything ❤️

nehalansari
Автор

Harry bhai .!! Just decrease the fontsize, then its fine and helpfull!!

vaibhavsumal
Автор

Well you can keep the Screen Cast thing But make it a Bit Small since it takes a lot of space

TechnoNazmul
Автор

Please make a video on python project for stock trading and analysis.🙏

kali
Автор

harry bhai bcoz of u I am on the way to get a job

sayyedmaroof
Автор

5:22
Bhai I'm really waiting for it after you uploaded VSCode Video

khizrshaikh