fate

A modern data client for React.

Search Login
Thinking...

Prisma and Drizzle source adapters

Server Integrations
#views
#server-adapters
👍85 likes

The server adapters now cover Prisma and Drizzle with the same data view concepts. Sources describe how to resolve records, fields, lists, counts, and computed values, while fate builds the selected shape for the client. This makes the examples useful for teams with different database layers without changing the React component model.

- Dina

2 Comments

Mika

Having Prisma and Drizzle examples side by side makes the server adapter story much more concrete.

Christoph

I used the strict selection post to explain why overfetching is not just a network problem.

Add a comment