You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So one of the big questions in React is how to compose your components. Do you go with using a Higher Order Component wrapper or could you just have a RenderProps component pass the data down? One great talk that answers this questions all be it a bit over 30 minutes but could be cut down for time is.
Michael Jackson is one of the original maintainers and still maintains it today of React Router and provides a lot of context with how state is passed down.
The text was updated successfully, but these errors were encountered:
Thursday Sep 20, 2018 at 17:13 GMT
Originally opened as youearnedit/YEI-lunchnlearn#6
So one of the big questions in React is how to compose your components. Do you go with using a Higher Order Component wrapper or could you just have a RenderProps component pass the data down? One great talk that answers this questions all be it a bit over 30 minutes but could be cut down for time is.
Michael Jackson - Never Write Another HoC
https://www.youtube.com/watch?v=BcVAq3YFiuc
Michael Jackson is one of the original maintainers and still maintains it today of React Router and provides a lot of context with how state is passed down.
The text was updated successfully, but these errors were encountered: