Open TrungKien2705 opened 1 year ago
Hello @TrungKien2705, good work!
Final result: ✅ passed 90% of the requirements
We also have some comments for your work:
app.jsx
file appears to be unused.
https://github.com/TrungKien2705/df-frontend-2023/blob/master/assignment-2/src/App.jsx#L3try-catch
to handle errors
https://github.com/TrungKien2705/df-frontend-2023/blob/dac7aff7b80bc3b1d89a08575d1bdb9005015c0f/assignment-2/src/views/Book.jsx#L32handleClick
could be more descriptive. Something like handlePageChange
would be clearer. Or consider using directly the setCurrentPage
function.
https://github.com/TrungKien2705/df-frontend-2023/blob/dac7aff7b80bc3b1d89a08575d1bdb9005015c0f/assignment-2/src/components/Pagination.jsx#L15🌟 It's good to see you use debounce
for performance optimization
https://github.com/TrungKien2705/df-frontend-2023/blob/dac7aff7b80bc3b1d89a08575d1bdb9005015c0f/assignment-2/src/views/Book.jsx#L50
Link demo: Link Function