React Search Filter using Hooks, Context API, and RegEx
Jun 11, 2021 · 7 min read · In this article, we will implement a search filter to filter blog posts in React from scratch. Along the way, you will learn how to set up and use the Context API to manage global state in your React App. We will also learn about actions, reducers, ...
Join discussion
