handling-server-state-react-js

Monorepo containing my examples of my recent talk about handling server cache state in React js

Stars
6

Handling server state talk

Examples

  • React-query w/ REST API: /apps/react-query-rest
  • React-query w/ GraphQL API: /apps/react-query-gql
  • Apollo client w/ GraphQL API: /apps/apollo
  • Context API with useReducer w/ REST API: /apps/context
  • Redux toolkit (RTK) w/ REST API: /apps/web-redux