How to Load Data Easily With React Hooks

Building React components is an art. There are many different ways to achieve similar results. You can use purely functional components or classes. You can build complex HOCs or keep everything flat. There are a lot of options when it comes to composition. With all these different choices, even implementing a simple data loading method might seem like a daunting task.