6 posts tagged with "React"

Keeping Server-Side Rendering Cool With React Hydration

August 14, 2020

The purpose of this article is to share some helpful things to keep in mind to render a seamless experience as a Server-Side Rendered (SSR) site transitions from a window-less (server) environment to a browser.


Refactoring useState() To useReducer()

April 04, 2020

This article walks through how to combine multiple useState() React hooks logic into a single useReducer().


How to Add Search Functionality to a Gatsby Blog

November 26, 2019

This tutorial will walk through how to create functionality to allow users to filter posts on a Gatsby site by description, title and, tags.


Less JavaScript Makes Font Awesome More Awesome

November 09, 2019

Recently, I looked into tackling a rendering issue with Font Awesome fonts used on this site by removing JavaScript...


Grey's Anatomy Lorem Ipsum Generator Tutorial

June 02, 2019

This tutorial is going to walk through how to create a Grey’s Anatomy or other-themed Lorem Ipsum generator with React and Netlify Functions


view all tags