fakebooker-frontend
fakebooker-frontend copied to clipboard
[NewsfeedPage]: Posts
Is your feature request related to a problem? Please describe.
- [ ] Currently when you open the newsfeed page the query returns all posts which is n+1 posts time, and this is not ideal. Implement refetching on the
getNewsfeedquery when you hit 80% of the viewheight.
You can work on this feature by creating and using a branch called feature/newsfeed-refetch