For my final project at Flatiron school I used my own Ruby on Rails API as well as external API. Most of the API calls are GET requests, so in order to make those calls I wrote a custom React Hook based on Henrik Sommerfeld’s blogpost.
There are several way to style React components; we can simply import CSS files and add classes to DOM elements, we…