All React Hooks Tutorial + Building a Custom Hook in React JS

Поділитися
Вставка
  • Опубліковано 28 жов 2024

КОМЕНТАРІ • 44

  • @tubewell5222
    @tubewell5222 Рік тому +2

    Your speech is very clear, so we can easily understand your words

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

    This is helpful. Thankyou for all your efforts.

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

    Very nicely explained. Best tutorial so far💯

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

    Great explaination, But in useRef hook you havent added the empty dependency array in useEffect function, thats why its rendering. I am just not able to understand the useRef usecase here properly

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

    In useEffect functionality, when count value is given an array you told use effect will be called every time count updates. but when you resize the window count is not getting changed then how come use effect is getting called?

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

      Resize is happening because of a window resize event he added inside the useEffect to initialize.

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

    Wow...worth spending 45 mins 👍

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

    It's amazing to see how much you know, I wish I knew as much and had as much confidence. You need to realise your viewers may not be as sharp as you expect. They may not have the prerequisite knowledge you expect them to have. You need to slow down a bit :) I know this is an old video, too good to be free also. But may be plan your lessons a little better. Your knowledge makes me a fan of yours otherwise. Too good!!

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

      Thank you so much Ankita, I think I have improved in my latest tutorial when it comes to speed of explaination.

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

    very well explained

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

    Need alot of MERN projects with redux and jwt auth

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

    You are Awesome!

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

    Now i am using useReducer in Custom hook, but its showing an error - "dispatch is not function"

  • @Sonu-tg6tg
    @Sonu-tg6tg 3 роки тому +5

    waiting for react portfolio project and resume level MERN project

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

      Will add this to the list!

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

      Thank you bro

    • @Sonu-tg6tg
      @Sonu-tg6tg 3 роки тому

      @@RoadsideCoder thanks!!

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

      @@RoadsideCoder latest Reactjs project needed because There are some updates happen so some code doesn't work
      Please make modern Reactjs project because you are the best teacher

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

    Please do a video on react authentication.validation topics urgently

  • @uselesstime6658
    @uselesstime6658 7 місяців тому

    complex !! easy word and stoires

  • @rohitbansal7839
    @rohitbansal7839 4 місяці тому

    useEffect(() => {
    setCount({
    num: 5,
    id: "random",
    });
    }, [count]);
    can you please explain in detail why it is not causing infinite loop as we are setting new object everytime and that new object has different reference point.

  • @fifty-plus
    @fifty-plus 3 роки тому +1

    setState is still asynchronously updated when using the functional setter.

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

      Yes it is, I meant that it'll be instantly updated with respect to state.

  • @AmirHussain-dd6zw
    @AmirHussain-dd6zw 2 роки тому +2

    plz atleast explain why useEffect is used and how it is diffferent, rest is awesome!

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

    For me, the API is getting called multiple times continuously... please respon... what could be the reason here? I have implemented the exact way you have written it....please please reply

    • @murali-krishnan
      @murali-krishnan Рік тому

      It's because of React's strict mode in the index.js file. It's helpful to catch errors don't worry about that

  • @rishiraj2548
    @rishiraj2548 Рік тому +2

    Humble Feedback regarding Maths:
    Subtract is correct,
    Substract is not correct.

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

    sir impatiently awating of your mern series

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

    nice video but its not for the beginner language is little complex

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

    Web Dev Simplified

  • @imasunflowerlilfunny3353
    @imasunflowerlilfunny3353 Рік тому +2

    this is definetly not for beginners ...weirdly explained! no whys

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

    👍

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

    🙏💯👍

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

    Please explain the uses , scenarios etc... this explanation is so shallow yaar...

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

    Too fast. Beginner can not understand this

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

      Really? I have explained everything from scratch. If the pace is fase, you can slow down the video speed

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

      @@RoadsideCoder Yes really

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

      @@ahmadfaraz3678 have u studied react before? The basics

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

      @@RoadsideCoder Why are you asking this?

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

      Because to follow this video, you should have atleast basics understanding of react apart from hooks

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

    It's very difficult for fresher to understand these topic as the code is messy.