Junior — Senior
React component for displaying and searching a list of users
livecode
Task condition
Develop a simple React component that makes a request to the free API (https://jsonplaceholder.typicode.com/users) to fetch an array of users and displays their names on the page. Add a search input field that allows searching by username; the results should update instantly as text is entered. Rename variables if necessary, but keep the entire code structure unchanged.