Tim Smith

Blog

Let's build a search bar in React!

We are going to build a task app that also filters the list based on a search query in real time. Sound complicated? It's not as complicated as you may think, so let's dig in!

React: How to Create a Component

Components are an essential part of any React application. In this post, we'll be learning how to create components to do whatever we want.