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.
Refactoring Series
Refactor a profile page to be more maintainable.
Overview
A high-level overview of the things that this refactor will teach you:
The GitHub repo for this series is here.