https://github.com/smakosh/handling-server-state-react-js
Monorepo containing my examples of my recent talk about handling server cache state in React js
https://github.com/smakosh/handling-server-state-react-js
Last synced: 7 months ago
JSON representation
Monorepo containing my examples of my recent talk about handling server cache state in React js
- Host: GitHub
- URL: https://github.com/smakosh/handling-server-state-react-js
- Owner: smakosh
- Created: 2022-01-01T21:17:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-01T21:18:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T19:16:46.815Z (7 months ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handling server state talk
- [Slides](https://app.pitch.com/app/presentation/52ddfc8c-b185-4402-a32c-1730656a5d11/4f1b90ca-8eda-4f31-af94-52c6adcb3a07)
## 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`