Skip to content

TomDoesTech/mongodb-react-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Page-based pagination

What are we using

  • Mongoose <- Works with any DB
  • React <- Works with any UI library/ framework
  • Fastify <- Doesn't matter

What will you learn?

  • Page-based pagination strategy
  • Easy to implement
  • Versatile
  • Common