Thomas Daly presented on creating cross-site collection navigation in SharePoint using SPFx, PowerShell PnP, and PnP-JS. The solution uses a SharePoint list as the data source for the global navigation which is then rendered on sites using an SPFx application customizer. The customizer retrieves the navigation data from the list using PnP-JS calls and renders the navigation using React components. The solution can be deployed tenant-wide using features in SPFx and is extensible to support additional data sources and caching.