Writing

Page 2 / 5
11

An introduction to Styled Components

In this article, we are going to take a quick look at styled components, a styling library for use with React. While there are many ways to style React applications, styled…

12

Tailwind with React

Tailwind is a CSS library in a similar space to things like Bootstrap or Bulma. Tailwind is different that instead of providing CSS for full components, it provides low-level…

16

Use a Provider component in Storybook

Storybook is awesome for building components I frequently use Storybook and styled components / Emotion when building component libraries. The ability to apply a consistent theme…

17

Ignoring files in git

No, this isn't a post about .gitignore The file is a great way to exclude files from a repository for all users. This post is not about that. I often want to ignore files that a…

18

NeoVim for Software Development

I've recently been interested in using the tried-and-true vim editor again. For those unfamiliar, vim is an editor that was first released in 1991. Vim boasts a large community of…

19

Amazon Echo Costume

My daughter is super ecstatic about Amazon Echo. When it came time to pick a Halloween Costume, she quickly decided an Amazon Echo is what she wanted to be. I was more than happy…

20

A feature based approach to React development

There are a lot of opinions around how to arrange a React project. In this post, I want to talk about feature folders and why I think they are a great choice for React application…