JohnnyParra / Blog-Website-Client

1 stars 0 forks source link

Load in more posts per page #9

Closed JohnnyParra closed 1 month ago

JohnnyParra commented 7 months ago

Allow more posts to be fetch on each pages

  1. needs to scroll
  2. header sticks then disappears
  3. maybe infinite loading
  4. if user scrolls down then clicks post and backtracks save the position
  5. choose between scrolling inside box or allow page to expand;
JohnnyParra commented 7 months ago

Looking into useInfiniteQuery Could apply it to:

  1. homepage for displaying posts
  2. post page for displaying comments
  3. comments for displaying replies