Filtering in React-Query & Trpc?
blue or all the users who are red. In the front-end, I pass that filter value into react-query and in the backend I use that passed-down filter value in my prisma call to my database.
In trpc/react-query I do:
```javascript...JS library for visualizing & interacting with graph db
Using Rust with Turborepo project
create-t3-turbo.
However, I need to build a microservice (I'd love to have it in Rust). It's just going to be a algorithm for my backend....what is the best way to redirect the user to login page in CSR?
{redirect: true}. and I act in the front based on that.
is this a good way to do it? or is there a more standard way?...TRPC mutates the data in the backend but doesn't rerender on the client? (shows stale data)
trpc.useQuery() doesn't have keys like with react-query?
datepicker recommendations
Help Needed with nested Comment Schema

Do I need to transfer react-query (trpc) values into local state first, if I want editable Inputs?
<Input value={data.name} />, but since the user will maybe want to change that data, I will need to have some way of updating it....Help Simplifying this Type
[SOLVED] How to get data using useQuery, then update it using useMutation without reseting inputs?
Next-Auth types
groups so I can have typings for my nextauth config. Can't seem to figure it out. Whats is the exact way I can do add the type for such
```
callbacks: {
signIn({ profile }) {
const { groups = [] } = profile; // <--- make groups typed...
How to type either
{id: number, name: string, foo: Partial<SomeObject>}
{id: number, name: string, foo: Partial<SomeObject>}
help with invalid prisma invocation
Invalid `prisma.invite.findMany()` invocation:
Error converting field "groupId" of expected non-nullable type "String", found incompatible value of "null".
Invalid `prisma.invite.findMany()` invocation:
Error converting field "groupId" of expected non-nullable type "String", found incompatible value of "null".

Push notifications in a react app
The current domain is not authorized for OAuth operations
How to do this React Query thing without useEffect
Dynamically rendering a component using an object
name property that's being used to match the "JSON component" with the correct React component.
Let's say we have two components, ComponentA and ComponentB.
ComponentA has the following properties...
Validating supabase JWT token locally (without making a request to their API) [solved]
const { user } = await supabase.auth.api.getUserByCookie(req);
const { user } = await supabase.auth.api.getUserByCookie(req);