Intro to React Hooks- Part 13In Part 12 of this series, we went over how to fetch an individual post by passing in a post’s id to a GET request. We covered how to…Jul 14, 2021Jul 14, 2021
Intro to React Hooks- Part 12In Pat 11 of this series, we went over how to fetch data using the State and Effect Hooks. Specifically, we used a JSONPlaceholder endpoint…Jul 8, 2021Jul 8, 2021
Big O NotationI wanted to take a break from Hooks to provide a high level overview of Big O Notation. It’s definitely one of the more harder and…Jul 1, 20211Jul 1, 20211
Intro to React Hooks- Part 11In Part 10 of this series, we covered how to execute ‘clean up’ code by including it in a function and returning that function from the…Jun 24, 2021Jun 24, 2021
Intro to React Hooks- Part 10In Part 9 of this series, I went over how we can mimic componentDidMount with the useEffect Hook. As a refresher, we do this by simply…Jun 17, 2021Jun 17, 2021
Intro to React Hooks- Part 9The last part of this series showed an example of how to conditionally run effects using the useEffect Hook. As a refresher, in order to…Jun 11, 2021Jun 11, 2021
Intro to React Hooks- Part 8In the last part of this series, we went over an example of using the effect Hook, useEffect. One important point to take away from that…Jun 3, 2021Jun 3, 2021
Responsive Design- Part 2In Part 2 of this series, we’ll talk about images- specifically controlling the width of images for responsive design. If you’ve ever…May 28, 2021May 28, 2021
Responsive Design- Part 1I wanted to take a quick break from my Intro to React Hooks series by starting up a new series around Responsive Web Design. This is…May 18, 2021May 18, 2021
Intro to React Hooks- Part 7Now that we have a general understanding of the Effect Hook, useEffect, we’ll dive into some examples of when and how to use it. As a…May 11, 2021May 11, 2021