react-community-tools-practices-cheatsheet
react-community-tools-practices-cheatsheet copied to clipboard
Category: Data Fetching
Add pages covering purpose, capabilities, tradeoffs, and use cases for common data fetching tools.
Likely items to cover:
- [ ] Basic
useEffect
+fetch
/Axios - [ ] React Query
- [ ] Apollo
- [ ] Urql
- [ ] SWR
- [ ] RTK Query
- [ ] other?
This also ties into "Backend-as-a-Service" tools like AWS Amplify, Firebase, and Supabase.
Related: https://leerob.io/blog/backend
There is also RPC such as https://telefunc.com/ or https://trpc.io/. (I'm the author of Telefunc.)
Consider also saga-query.