Effect CommunityEC
Effect Community5w ago
6 replies
rik

Seeking Effect Equivalent for Data Handling in Next.js Project

I am aware of, and likely to use TanStack Query and TanStack DB. However, with my toy project being around learning Effect, I'm looking for "what is the Effect equivalent?". It's a Next.js project with both server and client components, and I'm after a method of passing data in both directions, in an Effecty way. I'm aware that I can just make a route, and send/return a Schema.encode(MySchema), and process that both sides ... but is there a more tightly coupled way?
Was this page helpful?