markerikson / react-community-tools-practices-cheatsheet

Descriptions and use cases for common tools and practices in the React community
https://react-community-tools-practices-cheatsheet.netlify.app/
328 stars 13 forks source link

Category: Data Fetching #7

Open markerikson opened 2 years ago

markerikson commented 2 years ago

Add pages covering purpose, capabilities, tradeoffs, and use cases for common data fetching tools.

Likely items to cover:

markerikson commented 2 years ago

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

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

brillout commented 2 years ago

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

VldMrgnn commented 2 years ago

Consider also saga-query.