[React] Pass props without rendering the component?

I’m rendering a list of items in a component, and want to pass that function to the homepage where I’d render only a selection of the items.

How can I do that without rendering the homepage on the list page?