Some people like infinite scroll, others like pages. Storyden should support both. But right now it supports none, so that's no good! (the main feed loads the latest 50 posts, nothing else)
Infinite scroll can be implemented quite easy with useSWRInfinite and the code can be generated via Orval.
But the UX question here is, for disabling infinite scroll, where does that live on the feed:
It could also live elsewhere, in settings for example.
Some people like infinite scroll, others like pages. Storyden should support both. But right now it supports none, so that's no good! (the main feed loads the latest 50 posts, nothing else)
Infinite scroll can be implemented quite easy with
useSWRInfinite
and the code can be generated via Orval.But the UX question here is, for disabling infinite scroll, where does that live on the feed:
It could also live elsewhere, in settings for example.