There are a lot of form libraries for react out there that promise the on true, right way to do things. Two years into my own ReactJS journey, and I've come to a few conclusions. Form State Does Not Belong in a Store Think of how your browser usually works, does it send form data… Continue reading Forms in ReactJS
Category: JavaScript
Building Your Own (JavaScript) Test Doubles
A test double is an object or function that behaves like a real piece of code, but is, instead, solely for a test. It mimics the functionality of something, without being that something. There are plenty of frameworks to deal with test doubles in JavaScript (like sinon), but it's helpful to the various types of… Continue reading Building Your Own (JavaScript) Test Doubles
When to Use Single Page App JavaScript Frameworks
Before I built software for a living, I did SEO. Before I did SEO, I was a content producer. I know what's necessary to rank well on search engines and have good showing on the various social media sites. This means I have a hard time accepting single page, all-javascript applications. It just doesn't feel… Continue reading When to Use Single Page App JavaScript Frameworks
