Sep 13, 2025 · 3 min read · Onboarding When I first built my full-stack app, I was proud that it worked. The frontend displayed data, the backend served it, and the database stored it. But soon, I noticed something strange: The app loaded slower as more data piled up. API cal...
Join discussion
Sep 28, 2022 · 4 min read · What is Higher Order Components (HOCs)? Higher order components, or HOC's, are simply functions that take React Components as parameter, or return them as values, or both. If you know the vanilla javascript, then you are already familiar with Higher ...
Join discussion