Below you will find pages that utilize the taxonomy term “React”
Why I'm "All In" on TypeScript
I’ve added TypeScript to several projects I’ve worked on. In this post, I’d like to discuss why I think TypeScript is essential and document my expectations around it.
How to Create a Timer or Polling in React with setInterval
Have you ever wanted to create a timer in a React app? This could be in support
of a UI timer or polling. In this post, I’ll explain how to create a timer
effect in a React application using hooks and setInterval
.
What Are the Tradeoffs of Passing Objects as React Props?
A common React pattern is to pass an object as a prop. Let’s consider the ways this can be used and tradeoffs of each.
Organizing React Components
You’re creating a React app, and want to organize your components. Or maybe you’re working in a legacy codebase, with many components in one directory, and you want to better organize them. In this post, I’ll document an approach to this problem that has worked for me.