Tech Tags Update
Posted on July 16, 2019I've updated the tech tags for my Developer Diary Gatsby starter to use svg instead of Font Awesome icons. The main reason was to eliminate the Font Awesome dependency, and a secondary reason is that…
Read full postTesting React Components Using Jest and Enzyme with Next.js
Posted on March 22, 2019Testing React components with Jest is pretty straightforward if you've started your project using create-react-app. However, if you're using Next.js, things are a bit tricky. To see what I mean, start…
Read full postUsing Emmet with React in Visual Studio Code - 2019
Posted on March 20, 2019For anyone who uses Visual Studio Code, works with React, and doesn't have Emmet set up for developing with JSX.
Read full post