Create the Web WhatsApp UI with ReactJS - Part 11: Searching!

Опубликовано: 19 Май 2026
на канале: Frontend Coding
227
4

In this part we add the ability to search through the contacts.

The code in this video can be found on this GitHub repository:
https://github.com/FrontendCodingYT/c...

Timestamps:
0:00 Introduction
0:30 Add mouse hover
1:50 Creating search state
2:15 Adding search prop
3:05 Listen for search event
5:10 Updating search value
7:25 Filtering contacts
8:35 Filter function
12:30 Message placeholder