Optimizing React Rendering (Part 1)
We migrated our web app to React almost 3 years ago, and since React performs extremely well out of the box, optimizing performance was not… (more…)
Read more »Higher order components, or known under the abbreviation HOCs, are often a hard to grasp pattern in React. The article gives you an introduction to HOCs, how to use them elegantly in the case of conditional rendering and how to abstract them… Read more