I’m wondering if there’s a way to make a page, or specific elements of a page static until reload?
Situation: There’s a page retrieving a list of users, sorted by follow count. If you then follow a person, the repeating group will shift since the data has changed.
What is the process for displaying a RG like this but is “static” until page reload?
It would be great if the :make static operator worked in repeating groups, but because it doesn’t, I’d set a custom state on page load with a list of users and then use that custom state as the source for the repeating group.