#30: Hooks in React JS in Hindi | useState in Hook in React JS in Hindi in 2020

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • Welcome, what is Hooks in React JS in Hindi? We will see the useState hook in react js in Hindi. Hooks are functions that let you “hook into” React state and lifecycle features from function components. Hooks don’t work inside classes - they let you use React without classes. React provides a few built-in Hooks like useState. The useState hook allows us to make our function components stateful.
    When called, useState returns an array of two items. The first being our state value and the second being a function for setting or updating that value. The useState hook takes a single argument, the initial value for the associated piece of state, which can be of any Javascript data type.
    ************ Must Watch Videos For Web Development ************
    ➡️ Array Destructuring in ES6 in JavaScript in Hindi 2020: • ES6 Tutorial #5: Array...
    ➡️ Object Destructuring in ES6 in JavaScript in Hindi: • ES6 Tutorial #7: Objec...
    ➡️ React DevTools & Source Code Link: www.thapatechn...
    ➡️ ReactJS Tutorial in Hindi 2020 Playlist Link: • React JS Tutorial in H...
    ➡️ ReactJS JavaScript Array Map Method in Hindi with Example: • ReactJS JavaScript Arr...
    ➡️ Fat Arrow Function in JavaScript in Hindi 2020: • ES6 Tutorial #8: Fat A...
    ➡️ #23: Array in React JS in Hindi | React JS Project Netflix App #2 in Hindi in 2020
    ➡️ Array in JavaScript in Hindi: • JavaScript Tutorial in...
    ➡️ #22: React JS Project Netflix App Part #1 in Hindi in 2020: • #22: Props in React Js...
    ➡️ Install VS Code for ReactJS LINK: www.thapatechn...
    ➡️ Check Complete Reactjs in One video here 👇 • ReactJS For Beginners ...
    ➡️ HTML in One Video: • Learn HTML in One Vide...
    ➡️ CSS in One video: • Learn Complete CSS In ...
    ➡️ CSS FlexBox in 30 Minutes: • CSS FlexBox in 30 Minu...
    ➡️ JavaScript in One video: • JavaScript in One Vide...
    ➡️ ECMAScript 6 in One Video: • ES5 & ES6 | ECMAScript...
    ➡️ HTML5 in one video: • HTML5 Tutorial in One ...
    ➡️ CSS3 in one video: • Learn Complete CSS3 In...
    ➡️ Bootstrap4 in One video: • Bootstrap 4 in One Vid...
    ➡️ Jquery in One video: • jQuery in One Video in...
    ➡️ JSON in one video: • JSON in One Video in H...
    ➡️ ReactJS in one video: • ReactJS For Beginners ...
    ➡️ PHP in One Video: • PHP TUTORIAL IN ONE VI...
    ➡️ NodeJS in one video: / ipnwakoibt
    ➡️ MySQL in one video: • Complete SQL & MySQL i...
    ********** CLICK HERE TO WATCH ************
    ➡️ Fetch API in JavaScript: • Fetch API in JavaScrip...
    ➡️ AJAX tutorial for beginners in Hindi: • AJAX tutorial for begi...
    ➡️ Template literals (Template strings) in ES6 in JavaScript in Hindi: • ES6 Tutorial #3: Templ...
    ➡️ Async Await in JavaScript in Hindi: • Async Await in JavaScr...
    ➡️ Promises in JavaScript in Hindi: • Master The Promises in...
    ➡️ Callback Hell in JavaScript: • Callback Hell in JavaS...
    ➡️ Advanced JavaScript in Hindi Playlist: • Advanced JavaScript Tu...
    ➡️ ECMAScript Tutorial in Hindi 2020: • Modern JavaScript ES6 ...
    ➡️ ES5 & ES6 | ECMAScript 6 in One Video in Hindi: • ES5 & ES6 | ECMAScript...
    ➡️ JavaScript Game Development Series in 2020: • JavaScript Game Develo...
    ➡️ Source Code Link: www.thapatechn...
    ➡️ Top 5 Programming Languages in 2020: • Top 5 Programming Lang...
    ➡️ Ludo Game JavaScript Link: • JavaScript Game in Hin...
    ➡️Plz show some love to My Siter UA-cam Channel and Plz Subscribe Link: / @mayabeautyvlogs878
    **************** MUST WATCH VIDEOS *****************
    ➡️ How to become a Full Stack Developer 2020: • How to become a Full S...
    ➡️ How To Become a Web Developer 2020: • How To Become a Web De...
    ➡️ How JavaScript Works: • How JavaScript Works i...
    ➡️ Follow me on Instagram: / vinodthapa55
    Make Website Responsive Using Media Queries in One Video in Hindi | Web Design Tutorial in Hindi
    ➡️ Link: • Make Website Responsiv...
    Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.
    Don't Forget to Follow me on all Social Network,
    Website Link: www.thapatechn...
    Instagram Link: / vinodthapa55
    Facebook Link: / vinodthapa55
    Twitter Link: / vb55thapa
    Facebook ThapaTechnical Page Link: www.facebook.c...

КОМЕНТАРІ • 348

  • @ThapaTechnical
    @ThapaTechnical  4 роки тому +53

    Guys, this is the most important topic in ReactJS✅ tho end tak dekhna n kuch doubt ho tho jarror comment krna.. me aane walo video me clear krta hu🙏

    • @zshanal3870
      @zshanal3870 4 роки тому +1

      The way you explained hooks here is amazing!! I always give attention to your explanation ... keep it up

    • @deepnarayangupta4714
      @deepnarayangupta4714 3 роки тому +4

      Sir please CSS files ka code provide kra do

    • @mananbari4725
      @mananbari4725 3 роки тому

      @Thapa_Technical Can you please make a video for Global state Context and Hooks plz let me now if you will or not

    • @masumalimaknojiya9623
      @masumalimaknojiya9623 3 роки тому

      @@amit0007ist {dicment} aayega -1 krna h to 😃

    • @hasnainkk4896
      @hasnainkk4896 2 роки тому

      Mene apka ye video pora dekha hai or mene try bhi kiya hai lekin ek masla a raha hai const[count, setCount] setCount me eslint ka error a raha hai debugging error. help me please how to overcome this error.

  • @defaulttuber2565
    @defaulttuber2565 Рік тому +11

    for starting at 10 and decrement upto 0 the code is
    const App=()=>{
    const state=useState();
    const[count,setcount]=useState(10);
    const IncNum=()=>{
    if(count>0){
    setcount(count-1);
    }
    }

  • @shashankshekhar5693
    @shashankshekhar5693 3 роки тому +6

    Brilliant.. Thapa ji aap kya samjhate ho.. really standing ovation to you.

  • @user-gu1hv2mb2j
    @user-gu1hv2mb2j Рік тому +6

    million times better teaching style than code with harry

  • @rahehaq5536
    @rahehaq5536 10 місяців тому +2

    You have provide all the basic information about useState that every begginner needs first. Than U Sir. May Allah Bless U

  • @adarshjai29
    @adarshjai29 3 місяці тому +1

    I don't know why r u not famous like other tech youtubers (cwh,hitesh,sherians)🙄
    BTW, ur teaching skill is awesome !!!

  • @magiccubing2587
    @magiccubing2587 3 роки тому +62

    This channel is so underrated 😭

  • @letsshowdesigns
    @letsshowdesigns 4 роки тому +13

    Sir, make a complete project in which use react as a front end and php as a back end , because from that beginners got the idea that how actually react is work and they get job as a beginners.

  • @DeepakKumar-wh7bv
    @DeepakKumar-wh7bv 3 роки тому +1

    Bhai tumhari dialogue delivery khatarnaak hai . Awesome ...
    Jisko react nahi bhi padhne ka man hai, wo bhi tukud-tukud dekhta rahega tumhari video ko.
    Badhiya kaam kar rahe ho .
    Mujhe ye youtube recommendation me aya tha video. maine bas yu hi start kiya , lekin poora dekh gya. 🤣🤣🤣🤣🤣🤣
    All the best bro .. Well Done

  • @funadda7359
    @funadda7359 Рік тому

    Thanks bro jo concept kahi pr clear nahi ho ra tha wo apke channel pr aake clear ho jata hai ,keep making videos and keep helping students

  • @priyabratpriyanshu1150
    @priyabratpriyanshu1150 3 роки тому +2

    Sir aapse padh kr aatma tript ho jaata hai one of the best explanation about react hooks thanku sir

  • @editedvideoshub7548
    @editedvideoshub7548 2 роки тому +6

    Best video on hooks on the internet, explained exceptionally simpler way, I was having a lot of trouble to understand hooks but now it's really clear. Thank u so much sir keep making such kind of amazing videos 🥰🥰 Lots of love from Assam♥♥

  • @Shahzaib-un5gl
    @Shahzaib-un5gl Рік тому +2

    I was just thinking to watch another video on hooks due to lack of my own understanding and then bonus section began and now my concepts are fully cleared, Way to go Thapa Bro, you are a genius 🔥

  • @akshatvyas2594
    @akshatvyas2594 3 роки тому +8

    CSS : Responsive
    *{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    background-color: #d2dbdd;
    }
    h1{
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 46px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
    button{
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: 15px;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 60px;
    border-radius: 4px;
    font-weight: 600;
    background-color: rgb(243, 103, 243);
    color: white;
    border-style: none;
    cursor: pointer;
    width: 150px;
    height: 50px;
    }
    button:active{
    color:wheat;
    }
    button:hover{
    font-size: 20px;
    background-color: rgb(255, 60, 255);
    }

  • @CHSPlays
    @CHSPlays 2 роки тому +5

    To increase by 10 just setCount(count+10);
    To decrease setCount(count-1)
    thank you for explaining!

    • @mohitgoyat4148
      @mohitgoyat4148 2 роки тому

      import React, { useState } from "react";
      import { Button, Text, View } from "react-native";
      function App() {
      const [count, setCount] = useState(1);
      return (

      {count}
      setCount(count + 1)} />
      setCount(count - 1)} style={{}}/>

      );
      }
      export default App;

    • @mohitgoyat4148
      @mohitgoyat4148 2 роки тому

      try this
      how much u want addition or substraction just change the no.

  • @kartikbhardwaj6252
    @kartikbhardwaj6252 2 роки тому +6

    He can change a donkey to a coder....
    After watching hundreds of videos of code with harry and techgun on reactjs i love your content...
    Your one video tells many thing compared to others hundreds of videos....
    Edit:love you broo....

  • @sanazainubbukhari8361
    @sanazainubbukhari8361 Рік тому

    from few previous days I was practicing usestate hook but was unable to understand cycle of how it actually works you are just a blessing for learner cant say thanks in words you are amazing yar you are amazing...Thanks alot men

  • @mr__atiur
    @mr__atiur 2 роки тому

    Aap ye jo fat arrow function ke peeche pade hain bahut sahi hai qki ye ab yaad ho gaya hai. Thank you

  • @arunsharma4600
    @arunsharma4600 3 роки тому +9

    This was the most challenging video in this series

    • @chiragsoni1589
      @chiragsoni1589 3 роки тому +1

      udmey ka course hai waha par pata nahi chala phir yaha aake is video me pata chala ki useState kese kam krta hai

    • @chiragsoni1589
      @chiragsoni1589 3 роки тому

      @code fire yeah that's true

    • @chiragsoni1589
      @chiragsoni1589 3 роки тому

      @code fire so you sweetched your career from non-tech to tech

  • @awaishussain5918
    @awaishussain5918 3 роки тому

    meny ap sy bht kuch sikha hy React Js ka....or ye topic isi video sy smj aya aj
    shukrya brother
    Love from Pak ❤️❤️❤️

  • @Abhay14
    @Abhay14 Рік тому

    Vaao bhaiya maine 6 pack programmer ka video dekha kuchh samajh me nhi aaya
    Then I found you I totally understand use state
    Thank you ❤

  • @himankverma125
    @himankverma125 2 роки тому

    the best thing is he explains anything in a way, a beginner can understand easily.

  • @HuzaifaUsman313
    @HuzaifaUsman313 Рік тому

    Thapa Your Teaching style is very nice here in Pakistan IT our IT students Listen and learn you , So Thanks From Pakistan .

  • @professor3092
    @professor3092 3 роки тому

    Bhai 🙏🙏 tumhare charano ko shat shat pranam 🙏 10 din se mera dhimag kharab hua tha. You cleared it.

  • @AnkitKumar-ql8gh
    @AnkitKumar-ql8gh Рік тому +1

    Honestly speaking, you are my motivation while learning Reactjs

  • @preetigautam925
    @preetigautam925 5 місяців тому

    Firstly thank you so much Sir
    Really enjoyed how you explained everything. Super helpful for beginners like me. You have unique ability to make complex concept into simple and manageable.
    Your dedication to teaching and helping others learn is truly inspiring. keep up the great work!
    Again thank you so much sir

  • @joyinmahmmadaslamlaskar3355
    @joyinmahmmadaslamlaskar3355 Рік тому +1

    Your videos are very understandable
    You are really a good teacher
    Thank you very much for uploading such courses

  • @hush5295
    @hush5295 3 роки тому +5

    setCount(count +10); //for +10
    setCount(count-1); //for decrement

  • @suryanshchandel725
    @suryanshchandel725 2 роки тому

    Thankyou so much thapa bhai aapne itni acchi knowledge free mei provide ki Thankyou once more

  • @AlokSingh-vt9ws
    @AlokSingh-vt9ws 3 роки тому +2

    Watched your video for first time and it's really you explained useState concept in most efficient way. Subscribed for all your videos. Guys it will going to help you in interviews too :)

  • @himanshudhote2693
    @himanshudhote2693 2 роки тому +1

    Bhai kya explain krte ho yr ♥️♥️♥️♥️♥️ maja aa gya yr bhai thanku bhai

  • @SHAHRUKHKHAN-gu2tm
    @SHAHRUKHKHAN-gu2tm 4 роки тому +10

    plese create series on react native expo

  • @divyanshverma2323
    @divyanshverma2323 9 місяців тому +1

    ***css code***
    *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    .main{
    width: 100%;
    height: 100vh;
    background-color:rgb(224, 204, 243);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    h1{
    font-size: 4rem;
    }
    button{
    margin: 1rem;
    padding: 2rem;
    width: 200px;
    color: white;
    background-color:rgb(177, 111, 240);
    border: 3px solid white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    transition: all 0.2s ease;
    }
    button:hover{
    background-color:blueviolet;
    }
    button:active{
    background-color:rgb(177, 111, 240);
    }

  • @dr.drunkenstein3367
    @dr.drunkenstein3367 3 роки тому +1

    here is css code similar to thapa bhai..
    .
    .
    h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    border-radius: 12px;
    padding-bottom: 120px;
    }
    button
    {
    background-color: #6B78B4;
    margin-top: 100px;
    border: 8px solid brown;
    border-radius: 12px;
    font-size:xx-large ;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    outline: none;
    color: white;
    padding: 20px;
    }

  • @JaiPrakash-ku7it
    @JaiPrakash-ku7it 4 роки тому

    The way u r explain is Woooow, boom... amazing...I like it....best part is u r explaining in Hindi that is awesome.......pata nahi people hindi kyu explain nahi karte h other channel pe......Na samjhane walo ko achhi English aati h or n samjhne walo.....at end kisi ko kuchh gain nahi hota h..... thanks man....I have everything from ur channel and still watching........App Redux pe video banaye please..

  • @mahendrasinghnegi4974
    @mahendrasinghnegi4974 Рік тому

    Hello, Thapa Technical.. Your teaching skills are too good. I watched your video today only once time and today I understand to much about useState hooks. Thank you very much for your energetic effort.🙂

  • @shivanisingh7834
    @shivanisingh7834 2 роки тому

    Best video on hooks on the internet, explained exceptionally simpler way, I was having a lot of trouble to understand hooks but now it's really clear. Thank u so much sir keep making such kind of amazing videos 🥰🥰 Lots of love from UP♥♥

  • @ashoknagar1028
    @ashoknagar1028 3 роки тому

    I am a beginner in React js but this video is very easy to learn hooks in react js.
    Thank you, bro.

  • @ankushsonone8433
    @ankushsonone8433 2 роки тому

    Jaha humne count +1 likha hai waha count +10 kr denge to 10 se increment Ho jayege or decrement ke liye sir apn count-1 kr sakte hai to 1se decrement kr dega. Ye Sab hum setCount () ke ander he krenge. This is answer of you challenge if I wrong somewhere please correct me😊👍 and your content is awesome sir.

  • @nileshnilu7902
    @nileshnilu7902 3 роки тому +1

    This is what I try to find in UA-cam
    to understand...

  • @AliAhmadae121
    @AliAhmadae121 2 роки тому

    thapa bhai best harry bhai itna clear nhhi samjhaty lekin harry yahoo baba thapa bhai best hain inshAllah ek din ap logo ki wja shye ma b software engineer ban jnaw

  • @ghoshdipan
    @ghoshdipan 3 роки тому

    Mast video tha. Ekdum butter samaj aya sab kuch. Implemented on own!

  • @hafizbilalahmed2832
    @hafizbilalahmed2832 Рік тому

    superb samjhaya h saahib u r love♥

  • @sriakhilvarmayedara6783
    @sriakhilvarmayedara6783 3 роки тому +4

    3:17 this basic example for the beginners in flutter app development

    • @dhruvdalal878
      @dhruvdalal878 3 роки тому

      ya its the default project after running flutter create

  • @karishma-verma
    @karishma-verma 3 роки тому +1

    Best explanation on hooks..👍👍👍👍👏👏👏👏👏👏👏👏👏👏

  • @ujjwalgoyal7215
    @ujjwalgoyal7215 3 роки тому +1

    Sir last tak aate aate aap concept ko bhut jayda complicated kar de rhe ho jisse code ki functionality ko samjhna thoda mushkil ho jata h isliye meri request h ki last me ek bar code ko reconfigure kar diya kare
    Thank You

  • @kaustubh_20
    @kaustubh_20 4 роки тому +11

    That classic dialogue at 12:27 :-
    "Console ko maaro goli.."
    🤣🤣🤣🤣🔥🔥🔥🔥🔥

  • @akshatvyas2594
    @akshatvyas2594 3 роки тому +3

    since count is a const variable than how is it's value changing.

  • @adilrao7777
    @adilrao7777 4 роки тому +3

    Nice Explanation. I truly appreciate you sir..💕💕

  • @Manesh_Ardad
    @Manesh_Ardad 3 роки тому

    Bhai... Apne bahut achha Explain kiya...

  • @ahmadmhtb6330
    @ahmadmhtb6330 2 роки тому

    your explanation is perfect, May Allah bless you more strength to serve people.. keep going on

  • @singhgagandeep955
    @singhgagandeep955 2 роки тому +1

    this video make my doubt clear

  • @rawahapool
    @rawahapool Рік тому

    Thapa cleared any confusion !

  • @ispiDeyOP
    @ispiDeyOP 2 роки тому

    best video on whole internet

  • @aviseksahoo1953
    @aviseksahoo1953 4 роки тому +1

    maximum challenge thapa bro copy from Angela Yu from udemy which is highest rated course in Udemy . BTW it's good for the student who don't buy Angela Yu's course . keep it bro ....

  • @rajat-s-kale1771
    @rajat-s-kale1771 Рік тому

    Your teaching is awesome

  • @rahulsuthar8360
    @rahulsuthar8360 3 роки тому +1

    hahaha feels good at "console ko maro goli"
    You are awesome bro....

  • @_.Mustafa._
    @_.Mustafa._ 2 роки тому

    Explained it very well sir, even a beginner can understand easily. I appreciate your efforts.

  • @aliadnanasim4420
    @aliadnanasim4420 3 роки тому +1

    8:00 ....... 3, 2, and 1 boom hahaha excitement level boosted....

  • @blogtriggers
    @blogtriggers 2 роки тому

    Very best explaination about hooks in the internet thank you thapa sir for better understanding a react hooks

  • @snehgour9711
    @snehgour9711 2 роки тому

    Brillent Brother explained so complex topic is such a simple way hatts off

  • @sajidjabbar5650
    @sajidjabbar5650 3 роки тому

    Very nice explanation
    Thanks from Pakistan

  • @diptisindkar9989
    @diptisindkar9989 4 роки тому +1

    Yo Thapa.... Ur vedios are awesome... We are gaining more knowledge by watching these vedios during covid...thanks a lot🔥.can u create counterup using reactjs ?

  • @usmanmunir1559
    @usmanmunir1559 3 роки тому

    The one who know even nothing about reactjs can even learn how to use useState from this video ..... teachingMethodology

  • @shaikhjavid8498
    @shaikhjavid8498 2 роки тому

    Bhai Tu Pro Hai ❤🙌😇

  • @charusharma7738
    @charusharma7738 Рік тому

    Thank u for making things so easy

  • @vipulchaudhari2004
    @vipulchaudhari2004 3 роки тому +1

    Very useful playlist. Thank you very much.....

  • @TheDetroja
    @TheDetroja 4 роки тому +2

    Hi, Thapa.
    Where is the #29 video link?

  • @RahulSaini-lf4bk
    @RahulSaini-lf4bk 4 роки тому +1

    please explain the (state component ) and also make a video on CRUD... your video is very useful for me. Thankyou....sir....

  • @pavanxb
    @pavanxb 3 роки тому +1

    Very precise and concise explanation!

  • @yatinbahl6240
    @yatinbahl6240 2 роки тому

    Man.. You are just amazing. You cleared all my doubts 😍

  • @pranjalikhandelwal163
    @pranjalikhandelwal163 3 роки тому

    awesome videos made.your teaching style very nice ..thank you so much ..if you know about angular so plz make videos on it as well.. i really need it

  • @AliHaider-nk3qs
    @AliHaider-nk3qs 4 роки тому

    Bro why you didn't make a video on states props and states are the core things in react please make a separate video on it I am from Pakistan and I have already watch 32 videos from this playlist in a single day the way you explain each and everything is superb lots of love from Pakistan 💯❤️🔥

  • @kunalgautam8312
    @kunalgautam8312 3 роки тому

    Finally found my answer that i asked in previous video

  • @jonroni5756
    @jonroni5756 2 роки тому +2

    Hello Sir!
    I have problem in useState:
    import React, {useState} from 'react'
    function App(){
    var [data, dataUpdate]=useState(0);
    function change(){
    dataUpdate(data+1);
    }
    return (
    {data}
    change()}>Click Here
    )
    }
    export default App
    Whenever i used useState it shows me the blank page after execution

    • @y9uta
      @y9uta 2 роки тому

      use setData insterd to updatedata
      and use const casue its more reliable than var

  • @professionalman2591
    @professionalman2591 2 роки тому

    Thank You For best Explain

  • @nikleshniks
    @nikleshniks 4 роки тому +1

    Awesome Thapa Ji :)

  • @ankitrikame336
    @ankitrikame336 4 роки тому +1

    Best explaination .... 👍👍👍

  • @virendrapatil8539
    @virendrapatil8539 3 роки тому +1

    count is a constant variable and then how its getting updates in IncNum function

  • @shailypatel585
    @shailypatel585 2 роки тому +1

    index.css
    *{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-color: #d2dbdd;
    }
    div{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    button{
    padding: 15px 20px;
    background: #9b59b6;
    color: white;
    border : 2px solid #ecf0f1;
    outline: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    }

  • @lumsnop5990
    @lumsnop5990 2 роки тому

    Excellent explanation boss

  • @UmairArshad1
    @UmairArshad1 Рік тому

    Highly Recommended even in 2023

  • @chudasamavivekk7017
    @chudasamavivekk7017 4 роки тому +2

    How to validate 2 input value using react hook ?

  • @ranjitdesai3926
    @ranjitdesai3926 3 роки тому

    EKKKKDDDDUMMMM ZHAKAAS BHAI!!!!!

  • @khanti-odia
    @khanti-odia 2 роки тому

    thank you bhai for this effort

  • @akshaysalve9393
    @akshaysalve9393 3 роки тому

    Awesome video with easy explanation👏👏

  • @vishalkumarsingh5431
    @vishalkumarsingh5431 Рік тому

    Awesome Guys!!!

  • @tekbssync5727
    @tekbssync5727 3 роки тому

    Hey , I am rito ............ multiple ecommerce store.............., pareshan ho gya hu iss ad se 😂

  • @pranjalgupta9427
    @pranjalgupta9427 3 роки тому +1

    Bro aapne class components kyu nahi padhaye iss series mai?

  • @xpointer483
    @xpointer483 3 роки тому +1

    Very well explained!

  • @ManishSonewane-rh9kg
    @ManishSonewane-rh9kg Рік тому

    Bhai bahot sahi ❤❤❤

  • @dhirajdhone1153
    @dhirajdhone1153 2 роки тому

    Great teaching

  • @prashantkumar627
    @prashantkumar627 9 місяців тому

    Good explanation ❤

  • @hasnainuddinbilal3495
    @hasnainuddinbilal3495 3 роки тому +2

    the data type of [count, setCount] is a "const". But still we are changing its value? Is this fine? Why we don't consider it as "let"?

    • @rohitprasain
      @rohitprasain 3 роки тому +2

      const variable cannot be changed.But const array can be manipulated(i.e, we can add or remove elements of array).Here [count, setCount] is an array.

    • @thecoderraj3777
      @thecoderraj3777 3 роки тому

      @@rohitprasain Thanks for reminding me :) Confusion hogya tha mujhe bhi

  • @mhassaan7405
    @mhassaan7405 3 роки тому

    For decrement :
    const DecNum = () => {
    if(count > 0){
    setCount(count - 1);
    }
    else{
    alert('Can not decrement below zero');
    }
    }

  • @sameersiddiqui2520
    @sameersiddiqui2520 2 роки тому

    Hi, i have a query...
    at 22:00 on line # 4 .. why we create const state.? we are not using this anywhere..
    why we cannot use useState() directly like on line # 7

  • @kodakstudiowebs
    @kodakstudiowebs 4 роки тому +1

    useSate ko state variable me asign kia but hamne state var ko use nai kia... ????

  • @ajminpradhan1112
    @ajminpradhan1112 4 роки тому

    #28 video ke bad #29nth video ana chahiye tha. lekin ye to #30th video hai. Can you explain this brother?
    Huge love and respect from Bangladesh

  • @manthanramteke6101
    @manthanramteke6101 3 роки тому

    You are always awesome brother ❤️❤️💕☺️

  • @rohansen6872
    @rohansen6872 Рік тому

    Sir... I think you should somehow advertise your channel... Will be worth it.