Article from Benoît de Malet
Build React App Faster by Writing your Own Higher-Order Components
March 04, 2019Benoît de Malet3 min read

Now that hooks have officially been released in React 16.8 and that everybody is trying to convince you to rewrite all your React projects using nothing but hooks, let's see if there is still something to achieve using Higher-Order Components. (Spoiler alert: the answer is "yes") In this article, we…
Continue reading →