How do I show a popup modal after clicking ResourceList.Item in the Shopify Tutorial App

In the shopify tutorial app in ProductsList.jsx, there is a resource list:


I would like it open a new .jsx file as a modal when the item is clicked, passing the product id to that page so I can display a product.

How would I do that?