Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 414 Bytes

frontend.md

File metadata and controls

9 lines (5 loc) · 414 Bytes

React Assignment

  1. How can you implement shared functionality across a component tree?

  2. Why is the useState hook appropriate for handling state in a complex component?

  3. Design a user interface resembling the provided page. Fetch the data from the server and dynamically map the information cards to the fetched data. Ensure that the search functionality is also implemented.

Logo