Tagged with “react”

Linting in React

Recently I started experimenting with the idea of code linting via ESLint and Prettier. I recently wrote another article on this subject concerning ...

Chuck Smith

React Boilerplate - Part 1

Welcome to week two in this article series, "Streamline Workflow." In this week's article we will explore a Boilerplate configuration for ...

Chuck Smith

React Boilerplate - Part 2

Welcome to week three in this article series, "Streamlined Workflow." In this week's article we will continue to build out a Boilerplate ...

Chuck Smith

Bulma Navbar Toogle with React Hooks

When starting a new project, the styling we use is often one of the first considerations. I generally prefer to code my own SCSS, but often there in ...

Chuck Smith