Hello everyone! I’m currently working on a web app that fetches a dynamic collection of businesses sorted by distance from the user’s current location. The data is fetched from Xano and is constantly changing based on the user’s location when the user reloads the page. However, I’m having trouble figuring out how to pass this dynamic data to a static page for displaying it.
I’ve read that using dynamic and static collections together can help improve the app’s performance and SEO, but I’m not sure how to pass the data between them. Specifically, I’m looking for guidance on how to pass the business info data from the dynamic collection to a static page.
Does anyone have experience with this or know how to accomplish it? Any tips, suggestions, or resources would be greatly appreciated.
Thank you in advance for any help you can provide!