Writing — and reading — has always been much of what I do and who I am. It's the hand I got dealt during my formative years when I literally had no imagination of what I'd do, where I'd go, or who I'd become. I just wanted to read and write, a lot.
LogRocket
More on LogRocketSmashing Magazine
More on Smashing MagazineCSS-Tricks
More on CSS Tricksselected articles
Everything I've ever written. These topics always involves tools I use in my everyday development — whether at work, for a client, open-source, or my own personal projects.
This tutorial will walk you through how to use Formik (the world's most popular open source form library for React and React Native.) to manage your React forms, solving the three most annoying parts of writing forms in React: State manipulation, Form validation (and error message), and Form submission.
Gatsby defaults to GraphiQL for managing its GraphQL layer, but it can be switched to GraphQL Playground. This tutorial will show you how.
Deploying a React app to Microsoft Azure is simple. Except that… it isn’t. The devil is in the details. If you’re looking to deploy a create-react-app — or a similar style front-end JavaScript framework that requires pushState-based routing — to Microsoft Azure, I believe this article will serve you well.