30
loading...
This website collects cookies to deliver better user experience
withData
, which accepts a child component. ListResults
component, which takes a results
prop and renders an unordered list with it.useData
, which fetches from the API and returns the results.ListResults
component can then use it to get some data and render it in a list.