@remi @konnorrogers
Some ideas.
1. make every follow button lazy loaded turbo frame, with default ("follow"), updated when in view. This makes it time-distributed n+1, but simple conceptually
2. As suggested, make one "fake" lazy loaded turbo frame, which returns set of turbo streams.
3. Is pagination (possibly with load-in-scroll) an option to solve n+1 without all this?