[36] React JS | Higher Order Components (HOC) in 20 Minutes for beginners

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

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

  • @FrontendPower
    @FrontendPower 9 месяцев назад +3

    This is best example on HOC not only for beginners bust also for experienced professionals.
    Thanks for sharing your valuable knowledge with all of us.
    Kindly concentrate on Wrapper and compound components also and share best and useful examples on these two topics.
    Thanks in advance.

  • @AdrianoGrataniClassicalGuitar
    @AdrianoGrataniClassicalGuitar 11 месяцев назад +1

    congrats for this perfect tutorial, I was struggling with hoc in react...

  • @tamizhchemmal5400
    @tamizhchemmal5400 8 месяцев назад +1

    Thank you for your explanation.. Wonderful way of teaching.

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

    Very complete and well explained. Thank you!

  • @iranna9065
    @iranna9065 11 месяцев назад +1

    Well explained. Thank you

  • @ajayt2054
    @ajayt2054 6 месяцев назад +1

    Thanks🎉

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

    why you take NewComponent() Function...

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

      NewComponent can be a class component as well. This component will contain the reusable code as shown in the video.

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

      ​@@InterviewPro thanku

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

      Why you pass OriginalComponent as parameters and wrap it