I want to navigate to a CMS template page and preload the filter values (filter values pulled from the CMS) and apply them to a CMS list.
I’m currently handling this by pulling the filter values on the initial load and then re-loading the page with the related query parameters so the CMS filter will pick up and apply them. I noticed this re-loading method is not optimal for page performance and user experience.
Is there another way to pre-load filter values without using query parameters?