Viewing profile — alexdotjs
alexdotjs
HN member- Joined
- Thu, Apr 16, 2020, 10:37 AM UTC
- HN karma
- 35
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About alexdotjs
twitter.com/alexdotjs
Recent public activity
-
comment
Comment #37101746
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 de…
-
comment
Comment #37100294
Heya! Creator of tRPC here, just wanted to drop by and say thanks for all the love ♥
-
comment
Comment #35165214
Here's an example of testing: https://github.com/trpc/examples-next-prisma-starter/blob/ma...
-
comment
Comment #35160166
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 i…
-
comment
Comment #35159375
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 situatio…
- story
-
comment
Comment #32475677
It won't scale forever. You'll need project references in the same way as we need in tRPC on large projects.
-
comment
Comment #32475607
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 d…
-
comment
Comment #31289933
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…
-
comment
Comment #31288575
Awesome to see my lil' baby on the frontpage!