An open API service indexing awesome lists of open source software.

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

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`