Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alexdotjs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
alexdotjs
3y ago
We a tool bring which lets you track schema changes it over time and also ability to have an approval workflow for schema changes. Would that help your team? Happy to give you a demo if you reach out on Twitter dms or email (alex@trpc.io)
2.
▲
by
alexdotjs
3y ago
Heya! Creator of tRPC here, just wanted to drop by and say thanks for all the love ♥
3.
▲
by
alexdotjs
4y ago
Here's an example of testing: https://github.com/trpc/examples-next-prisma-starter/blob/ma...
4.
▲
by
alexdotjs
4y ago
Thanks for the input! We have thought about it a lot. The biggest challenge with trpc right now is that the API is transient so it's not obvious when you might be braking clients in flight and that you often can't guarantee perfec
5.
▲
by
alexdotjs
4y ago
We have an RPC spec in tRPC :) One big difference in philosophy here is that tRPC is not designed to be used for cases where you have third party consumers. It's built for situations where you control both ends. (That said, you can u
6.
▲
tRPC v10
(trpc.io)
1 points
by
alexdotjs
4y ago
|
0 comments
7.
▲
by
alexdotjs
4y ago
It won't scale forever. You'll need project references in the same way as we need in tRPC on large projects.
8.
▲
by
alexdotjs
4y ago
Heya! Creator of tRPC here. Seen some comments on trpc's ts perf issues. Some notes: - The problems with tRPC "at scale" are fixable by using project references, but not going to downplay that it's an annoying refactor t
9.
▲
by
alexdotjs
4y ago
Yup, with the optional `output`-property we actually have all the type information needed to generate an openapi-schema. See this for more info: https://github.com/trpc/trpc/issues/1724
10.
▲
by
alexdotjs
4y ago
Awesome to see my lil' baby on the frontpage!