Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookstore: connect to API #4

Merged
merged 12 commits into from May 4, 2022
Merged

Bookstore: connect to API #4

merged 12 commits into from May 4, 2022

Conversation

TadesseDev
Copy link
Owner

@TadesseDev TadesseDev commented May 4, 2022

Change introduces 😎


  • Add redux-thunk to my project. ✔
  • Use fetch for making API calls. ✔
  • Fetch book list from Bookstore API on Books page load. ✔
  • Refactor my add book and remove book features to persist changes in the server. ✔
  • Add books and remove books' work in the same way after the refactor. ✔

Note

This pull request does not concern styles and updating the progress.

Copy link

@brytebee brytebee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @Tadesse-Alemayehu👋,

STATUS: APPROVED 🕺🥳

Congratulations🍾🥳!! Your project is ready for presentation! There is nothing else to say other than... it's time to merge it :shipit:

Good luck! 🎉

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

const books = useSelector((store) => store.books);
useEffect(() => {
// console.log('data');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Optional: Kindly remove commented code. It is not professional to push commented code.

@TadesseDev
Copy link
Owner Author

Dear @brytebee, thak you for the review. I'll make sure to correct optional suggestions before making the merge. 👍

@TadesseDev
Copy link
Owner Author

@brytebee, Optional suggestions is completed in d3a2c2d commit hash

@TadesseDev TadesseDev merged commit fe8d613 into dev May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants