Component - Library List #5

Open
opened 2021-11-05 23:47:40 -04:00 by a258wang · 0 comments
Owner

Create a React component to display a list of books.

  • Each book should be displayed as a Library List Card component.
  • Implement pagination. Display the first 30 books with a "Load more" button at the bottom. Clicking "Load more" should load the next 30 books, etc.

This component will be used the display the list of books on the main "list all books" page.

Create a React component to display a list of books. - Each book should be displayed as a Library List Card component. - Implement pagination. Display the first 30 books with a "Load more" button at the bottom. Clicking "Load more" should load the next 30 books, etc. This component will be used the display the list of books on the main "list all books" page.
a258wang added the
Frontend
label 2021-11-05 23:57:17 -04:00
Sign in to join this conversation.
No Label
Backend
Frontend
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: www/library#5
No description provided.