-
Check the possibility for Superforms to be used in [tRPC](https://trpc.io/).
-
@scastiel - nice one making all the updates to tRPC - it has a really good feel to it. I've been catching up some of my PRs to get in line with this approach. See: #165, #166, #203, #252, which are re…
-
### Provide environment information
System:
OS: macOS 14.5
CPU: (8) arm64 Apple M2
Memory: 72.06 MB / 16.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.14.0 - ~/.nvm/v…
-
## Describe the feature you'd like to request
We should make official support for Next 13 app layouts & RSC.
## Describe the solution you'd like to see
Being able to transparently use tRP…
-
Especially for the server, we should have a comparison that shows the strengths and drawbacks of using feTS instead of tRPC.
-
Write a technical Documentation up on the key Technologies.
This includes both the Client-Server Architecture, SaaS Solutions we implement as well as key Libraries like tRPC or others.
Also add visua…
-
### Describe the feature you'd like to request
I would like to be able to capture arguments at the router-level and have these propagate down to procedures. This can help deduplicate code but most …
-
前端套了CF,在监控项目添加到50个左右时,访问监控列表发现部分项目信息无法正常获取,查看浏览器的开发者模式-网络,发现访问/trpc/monitor.recentData,monitor.getPublicInfo...接口时的参数过长,导致返回400 Request Header Or Cookie Too Large。
解决方案:
优化访问接口,控制或缩减URI及参数的总长度。
-
### Area of Improvement
Currently documented tRPC cacheing methods (https://trpc.io/docs/server/caching) won't work with Next.JS' app router as they rely on setting headers which Next.js now overri…
-
I want to transform a _slug_ or _id_ before passing it to the `resolve` function. Currently you cannot access the router `ctx` inside the `input` function which has the downside that you have to do tr…