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

Поделиться
HTML-код
  • Опубликовано: 24 авг 2024

Комментарии • 44

  • @surajgoraicse
    @surajgoraicse 26 дней назад +1

    This is helpful. Thankyou for all your efforts.

  • @tubewell5222
    @tubewell5222 Год назад +2

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

  • @lakshyasharma7559
    @lakshyasharma7559 2 года назад +2

    Very nicely explained. Best tutorial so far💯

  • @jithinkgeorge2237
    @jithinkgeorge2237 Год назад +1

    very well explained

  • @pratik_N55
    @pratik_N55 2 года назад +4

    Wow...worth spending 45 mins 👍

  • @zakriajanjua9170
    @zakriajanjua9170 2 года назад +2

    Need alot of MERN projects with redux and jwt auth

  • @Sonu-tg6tg
    @Sonu-tg6tg 2 года назад +5

    waiting for react portfolio project and resume level MERN project

    • @RoadsideCoder
      @RoadsideCoder  2 года назад +3

      Will add this to the list!

    • @rakhimovich_one
      @rakhimovich_one 2 года назад +1

      Thank you bro

    • @Sonu-tg6tg
      @Sonu-tg6tg 2 года назад

      @@RoadsideCoder thanks!!

    • @vinaypatil8009
      @vinaypatil8009 Год назад +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

  • @darshitraj1694
    @darshitraj1694 2 года назад +1

    You are Awesome!

  • @sidforreal
    @sidforreal 7 месяцев назад +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?

    • @JDP12345
      @JDP12345 2 года назад

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

  • @MelodiesByAnkita
    @MelodiesByAnkita Год назад +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  Год назад +1

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

  • @shinoyjames428
    @shinoyjames428 2 года назад +1

    Please do a video on react authentication.validation topics urgently

  • @uselesstime6658
    @uselesstime6658 5 месяцев назад

    complex !! easy word and stoires

  • @tubewell5222
    @tubewell5222 Год назад +1

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

  • @rohitbansal7839
    @rohitbansal7839 2 месяца назад

    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 2 года назад +1

    setState is still asynchronously updated when using the functional setter.

    • @RoadsideCoder
      @RoadsideCoder  2 года назад

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

  • @AmirHussain-dd6zw
    @AmirHussain-dd6zw Год назад +2

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

  • @nawazishali274
    @nawazishali274 2 года назад

    sir impatiently awating of your mern series

  • @imasunflowerlilfunny3353
    @imasunflowerlilfunny3353 Год назад +2

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

  • @rishiraj2548
    @rishiraj2548 Год назад +2

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

  • @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

  • @mrsahilkhan1902
    @mrsahilkhan1902 11 месяцев назад

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

  • @chandanthakur5236
    @chandanthakur5236 Год назад

    Web Dev Simplified

  • @mohininarwade1108
    @mohininarwade1108 Год назад +1

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

  • @mrrishiraj88
    @mrrishiraj88 2 года назад

    👍

  • @rishiraj2548
    @rishiraj2548 Год назад

    🙏💯👍

  • @ahmadfaraz3678
    @ahmadfaraz3678 2 года назад +2

    Too fast. Beginner can not understand this

    • @RoadsideCoder
      @RoadsideCoder  2 года назад

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

    • @ahmadfaraz3678
      @ahmadfaraz3678 2 года назад +1

      @@RoadsideCoder Yes really

    • @RoadsideCoder
      @RoadsideCoder  2 года назад

      @@ahmadfaraz3678 have u studied react before? The basics

    • @ahmadfaraz3678
      @ahmadfaraz3678 2 года назад +1

      @@RoadsideCoder Why are you asking this?

    • @RoadsideCoder
      @RoadsideCoder  2 года назад

      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.