Computed views are read-only queries that return data from your backend for customized use cases beyond the normal find
and findMany
API calls. Computed views can filter, transform, and aggregate data from many records, which makes them useful for building things like dashboards, leaderboards, reports, and other custom queries.
Computed views are supported in Gadget framework version 1.4 and later, or if you've been given the beta by a member of the Gadget staff
Computed views requires the @gadgetinc/react
package version 0.21.0 or later