react-redux-realworld-example-app
react-redux-realworld-example-app copied to clipboard
refactor! : Pagination with First/Last Previous/Next
- Modified Pagination UI Component (ListPagination.js)
- First/Last ( make the flow easier for the user to easily to go between the first page and last page)
- Previous/Next ( to iterate over the list of pages )
- Pagination count with the current page as the center of the grid
- If the number of page count is less than the pagination list count, the pagination list count will get modified to page count accordingly
This is good. But it changes the interface (postively!), so we should first discuss at: https://github.com/gothinkster/realworld/issues/684