Scroll to Top of Page in React

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 62

  • @userBC-usd
    @userBC-usd 10 หลายเดือนก่อน +2

    I rarely comment on TH-cam, but I was searching for how to build a "goTop" function in React, and I came across your tutorial. It was clear, concise, and pretty easy to follow. Thanks for making this video. Thanks a lot!

    • @arslan99
      @arslan99  10 หลายเดือนก่อน

      I'm really glad in could help you out 😊

  • @maxalejandrocamacho6163
    @maxalejandrocamacho6163 8 หลายเดือนก่อน +1

    Thank u!!! you really help me to much! i was looking this answer for a while!

    • @arslan99
      @arslan99  8 หลายเดือนก่อน

      I'm glad I could help 😄

  • @archangel4894
    @archangel4894 2 ปีที่แล้ว +3

    Dude, Thanks for this tutorial. Straight to the point!

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      Glad I could help

  • @World_information5568
    @World_information5568 ปีที่แล้ว +1

    brother i have question that is window dom object? if yes then react don't recommend to do something with window object directly. Please reply.

    • @arslan99
      @arslan99  ปีที่แล้ว

      I'm sorry I don't quite understand your question can you please elaborate

  • @synbonghitshomie
    @synbonghitshomie 2 ปีที่แล้ว +3

    Exactly what I needed. Thank you!

    • @arslan99
      @arslan99  2 ปีที่แล้ว +1

      Np you're welcome

  • @josatienganh
    @josatienganh 9 หลายเดือนก่อน +1

    Thank you so much for this helpful video!

    • @arslan99
      @arslan99  9 หลายเดือนก่อน +1

      Glad it was helpful!

  • @elgalanazo1662
    @elgalanazo1662 ปีที่แล้ว +1

    thanks mate I really appreciate this video

  • @Dilrux19
    @Dilrux19 ปีที่แล้ว +1

    Thank you bro
    your video saved me

  • @thelearner3962
    @thelearner3962 ปีที่แล้ว +1

    Thank you my brother

  • @arundhati7163
    @arundhati7163 2 ปีที่แล้ว +1

    Thanks, it's really very helpful.👍

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      Glad you liked it 😃

  • @SaiPavanKumar19
    @SaiPavanKumar19 2 ปีที่แล้ว +2

    window.scrollTo() is not working

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      There could've been a typo you might've Typed scrollto

  • @adrianedu5472
    @adrianedu5472 2 ปีที่แล้ว +1

    Hello! Great job! Thanks for sharing! Really useful!

  • @stacksolutions7056
    @stacksolutions7056 2 ปีที่แล้ว +1

    Nice tutorial,,this worked for me 👍👍

  • @AndresRojas-tr9ir
    @AndresRojas-tr9ir 2 ปีที่แล้ว +1

    Good tutorial, thank you so much!

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      Of course, you're welcome I'm glad you enjoyed it

  • @renu_singroha_
    @renu_singroha_ 2 ปีที่แล้ว +1

    😊thank you sir ,very nice

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      Glad I could help

  • @artsycoder533
    @artsycoder533 2 ปีที่แล้ว +1

    Hi, i added this to a project im working on and this works for me, however I get a warning:
    react_devtools_backend.js:3973 Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
    I added a cleanup function to the bottom of my useEffect to remove the event listener, but the warning is still there:
    useEffect(() => {
    window.addEventListener("scroll", () => {
    window.scrollY > 100 ? setToTop(true) : setToTop(false);
    })
    return () => {
    window.removeEventListener("scroll", () => {
    window.scrollY > 100 ? setToTop(true) : setToTop(false);
    });
    }
    }, []);

    • @arslan99
      @arslan99  2 ปีที่แล้ว +1

      Sorry without looking at the actual code This article should help. Oh also could it be your using async in your project but haven't used it in your useeffect?
      stackoverflow.com/questions/53949393/cant-perform-a-react-state-update-on-an-unmounted-component#56537704

    • @artsycoder533
      @artsycoder533 2 ปีที่แล้ว +1

      @@arslan99 I'll checkout out that stack overflow article, thank you!

  • @marcosvinicius-xt6hp
    @marcosvinicius-xt6hp 2 ปีที่แล้ว +1

    dude thanks you saved me 😂😂😂

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      No worries broski

  • @fi1ipovv28
    @fi1ipovv28 ปีที่แล้ว +1

    thats nice job . Thank you

  • @dungphanquang3512
    @dungphanquang3512 ปีที่แล้ว +1

    Thanks so much

  • @johanesalberto6136
    @johanesalberto6136 ปีที่แล้ว +1

    wow bro, thank you so much

  • @saeedalberzawi9333
    @saeedalberzawi9333 2 ปีที่แล้ว +1

    Thanks 👍

  • @volodymyrkosynskyi7431
    @volodymyrkosynskyi7431 2 ปีที่แล้ว +1

    thank you!

  • @hajimeippo804
    @hajimeippo804 2 ปีที่แล้ว +1

    thabk you sir!

  • @faisalahmad100
    @faisalahmad100 2 ปีที่แล้ว +1

    Thanks for help..sir

  • @ajk6690
    @ajk6690 2 ปีที่แล้ว +1

    nice tuto my friend

    • @arslan99
      @arslan99  2 ปีที่แล้ว +1

      Thank you I'm glad you enjoyed it

  • @vivelamusica5610
    @vivelamusica5610 2 ปีที่แล้ว +1

    thanks!!!

  • @gregpuac
    @gregpuac 2 ปีที่แล้ว +1

    Gracias, muy útil (Thank you, very useful)

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      No worries glad I could help

  • @godswillonyeka5973
    @godswillonyeka5973 2 ปีที่แล้ว +1

    Thanks man

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      Np glad I could help. Also your name is awesome man 👀

  • @buildervision7082
    @buildervision7082 2 ปีที่แล้ว +1

    Perfect

  • @mnnw148
    @mnnw148 ปีที่แล้ว

    Great ❤

  • @rafeifabulihya2814
    @rafeifabulihya2814 2 ปีที่แล้ว +1

    شكرا

  • @Human_Evolution-
    @Human_Evolution- 2 ปีที่แล้ว +1

    I love you.

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      Lmao glad I could help 😃

  • @csbhagwant
    @csbhagwant 2 ปีที่แล้ว +1

    it worked 🫡