React Search Filter using Hooks, Context API, and RegEx
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, ...
Jun 11, 20217 min read4.8K
