React - Simple Component with Pagination
A code snippet for a React component with a simple pagination.
When user clicks prev/next button, update query string (page, pageSize) via navigate() - this URL update does not reload the page.
At fir...