This refactors the collection pages (teams, saved and profiles) into a bunch of hooks that handle various chunks of functionality. This way, the actual "pages" have significantly less logic. |
||
|---|---|---|
| .. | ||
| useDidMountEffect.tsx | ||
| useFavorites.tsx | ||
| useFetchTeams.tsx | ||
| useFilterState.tsx | ||
| useLockedBody.tsx | ||
| usePaginationState.tsx | ||
| useTeamFilter.tsx | ||