Progress Bar in ReactJS with Accessibility - React Machine Coding Interview Questions

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

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

  • @rahuulmiishra
    @rahuulmiishra  7 дней назад +1

    Buy Season 2 Episodes of React Machine Coding Interview
    topmate.io/frontendmaster/1309670

    • @allmighty2000
      @allmighty2000 7 дней назад

      will the season 2 be available for free in youtube later ?

  • @allmighty2000
    @allmighty2000 7 дней назад

    exactly the thing i needed.

  • @zainyzain6471
    @zainyzain6471 6 дней назад

    ❤❤

  • @allanfernandes829
    @allanfernandes829 7 дней назад

    What about incrementBy value? For ex: if I want my progress to increase by 10 or 20.

  • @sumanthprabhu11
    @sumanthprabhu11 6 дней назад

    I didn't understand the useRef part.
    Can u please explain?

    • @rahuulmiishra
      @rahuulmiishra  5 дней назад

      i have used to just to check, if progress is started, do not call onStart again.
      as value is passed in useEffect dependency.
      there might be other ways to achieve same thing.