In this article, we will explore when and how to use React's useLayoutEffect hook and how it relates to the useEffect Hook. — If you'd like to follow along in your local IDE, you can find the GitHub Repo here. Getting Started fork and clone cd client npm i npm start Creating the Problem Sure, useLayoutEffect is not something you'll use often. It actually took me longer to think of a use case than to code out the…