Eslint Setup?
Tiptap vs. Lexical
Reduce problem
integration
CSS EFFECT
TRPC mutation example with relationships
mutation method with relationships. Have anyone seen an example that handles these cases?
This would be step where the user has entered his details in a form and I already have the Product(s) in the cart global state.
My prisma schema is something like this:...TypeScript adoption at work
"The kinds of errors that type safety is intended to assist in the prevention of are generally avoidable with good coding practices.".
Obviously I'm not going to die on this hill. I'm perfectly fine with the conclusion that different teams can make the decision for themselves, and that it should not be enforced necessarily. However, being a bit newer, I want to make sure I'm accurately presenting the biggest advantages. Does anyone have any advice on how to respond to that sentiment, or the sorts of things I can bring up in support?
Thanks, have a great day!...Is there something like create-t3-app for electronJS?
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?