Profile Page
Overview
Refactor a profile page to be more maintainable.
A high-level overview of the things that this refactor will teach you:
- Separate out the UI from the business logic
- MSW (Mock Service Worker) for mocking API calls
- React Query for fetching and mutating data
The GitHub repo for this series is here.
Last updated on