Steven Spads
Full-Stack Web Developer
Passionate about web development. I enjoy helping others improve their JavaScript, TypeScript, and React skills.

Recent Blog Posts
Each child in a list should have a unique key prop
March 10, 2023 • 3 min read • React
Learn how to solve this common React warning by generating proper keys when mapping over data. The array index is not a great solution for keys.
Don't evaluate JSX expressions with zero in React
March 05, 2023 • 2 min read • React
When writing conditional JSX expressions in React, don't use the number zero to evaluate those expressions.
The :is() CSS pseudo-class function
January 30, 2023 • 2 min read • CSS
Learn how to use the :is() CSS pseudo-class function to reduce the complexity and verboseness of your CSS selectors.
Get the key of an object by its value
January 22, 2023 • 3 min read • TypeScript
Learn how to get the key of an object by its value with JavaScript and TypeScript.
Select box component with React and TypeScript
January 21, 2023 • 4 min read • React
Learn how to create a reusable select box component with React and TypeScript.