Effect CommunityEC
Effect Community2mo ago
5 replies
Hotz

Integrating Convex Entity Types with React Frontend Using EffectTS/Schema

is there a more idiomatic way to integrate ConvexDB entity types (effectTS/Schema-based in my case) into a react frontend ?

export type Product = Doc<"products">;
export type DiscountRange = NonNullable<Product["discountRanges"]>[number];
Was this page helpful?