Render Props are Not Dead - @Erik Rasmussen (aka @erikras) at @ReactEurope 2020

Поділитися
Вставка
  • Опубліковано 16 лип 2024
  • Get next edition's tickets info here: www.react-europe.org/#tickets
    React has a long and storied past of abstracting away state management. First it was mixins, then HOCs killed mixins, then render props killed HOCs, and now hooks have killed render props. Or have they? There is still some value that render props can provide that hooks cannot. This talk explores that use case so that you can learn to recognize the scenario and deploy render props intelligently.
    Follow Erik here / erikras
    Get next edition's tickets info here: www.react-europe.org/#tickets
  • Наука та технологія

КОМЕНТАРІ • 5

  • @sun33t
    @sun33t 4 роки тому +1

    I really appreciate how well this was explained. Thanks 👍🏾

  • @danieldiaz6025
    @danieldiaz6025 4 роки тому

    Very nice talk.

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

    Nice one - but not sure if HOCs are dead - there might be some use case

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

    awesome

  • @tshddx
    @tshddx 4 роки тому

    I’m not sure how useful it would be, but two other things a render prop can do is provide React context and implement an error boundary.