author-pic

WILL WARD

Tech Tags Update

Posted on July 16, 2019

I'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 post

Testing React Components Using Jest and Enzyme with Next.js

Posted on March 22, 2019

Testing 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 post

Using Emmet with React in Visual Studio Code - 2019

Posted on March 20, 2019

For anyone who uses Visual Studio Code, works with React, and doesn't have Emmet set up for developing with JSX.

Read full post