Skip to content

refactor(frontend): replace RTK data thunks with Apollo hooks#251

Open
CammilleCC wants to merge 9 commits into
mainfrom
refactor/graphql-hooks
Open

refactor(frontend): replace RTK data thunks with Apollo hooks#251
CammilleCC wants to merge 9 commits into
mainfrom
refactor/graphql-hooks

Conversation

@CammilleCC

@CammilleCC CammilleCC commented Jul 17, 2026

Copy link
Copy Markdown
Member

Fourth part of the frontend code refactoring series... and the first portion the GraphQL improvements

There's a need to distinguish the store between server and client data, and now we start utilizing the GraphQL store for the server data. We now move away from saving these in the Redux store and use the native hooks to manage the request and cache.

Amongst of these changes are fixes that I did along the way, such as improving the pagination (by using a loader component) and minimizing refetches.

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.

1 participant