|
|
|
|
|
by mock-possum
17 days ago
|
|
Stateless infinite scroll is just lazy/incomplete implementation though - there’s no reason you can’t keep your place via permalink. Just pop the state into history using the uuid of each card as it shows in the viewport, then when the user returns using that url, drop them in at that point in the feed with some reasonable before/after preloaded. |
|