Tim Smith

Posts tagged with #react

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.

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!

Using Wordpress with React js

In this article, we will cover how to use WordPress as a headless CMS by leveraging the WordPress API and React js when building a project.

React 101: The Basics

Learn about the benefits of using React and the surrounding ecosystem for your project.

Getting started with React Hooks

Today I'll be showing you how to use some of the more common hooks provided by React as well as how to create your own custom hook.

First Experiences with Material UI

In this post, I'll be talking about my first experiences with it and some of the benefits and challenges I've found while getting started.