Filter components are useful on websites because they help users find the results they need quickly and easily.
This is especially true if your data comes from an API, since users cannot look through everything your app has to offer.
In this video, we will be using dummy data that we have hardcoded and saved like an array in a separate component named Data.js.
What we'll cover here:
Getting Started
Creating our React App
Getting data from Data.js using Hooks
Working on the UI of our App
Making the Filter Component
Wrapping Up
#filter #reactjs