react-community-tools-practices-cheatsheet icon indicating copy to clipboard operation
react-community-tools-practices-cheatsheet copied to clipboard

Category: Data Fetching

Open markerikson opened this issue 3 years ago • 3 comments

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?

markerikson avatar Nov 19 '21 00:11 markerikson

This also ties into "Backend-as-a-Service" tools like AWS Amplify, Firebase, and Supabase.

Related: https://leerob.io/blog/backend

markerikson avatar May 15 '22 21:05 markerikson

There is also RPC such as https://telefunc.com/ or https://trpc.io/. (I'm the author of Telefunc.)

brillout avatar May 17 '22 15:05 brillout

Consider also saga-query.

VldMrgnn avatar May 18 '22 08:05 VldMrgnn