1 min readMar 29, 2018
Wow! Great article! I have a question:
I don’t understand so much why is better dynamic vs static? How as you said, with HOC, only create this composition once, and not in every render. Why is need it to do it in every render? I can use the React lifecycle in a HOC, at least componentWillMount, componentDidMount, componentReceiveProps… Which lifecycle events are not supported?
BTW; I like so much the idea to know always from where the props come using Render props.