Live data from Hacker News

Viewing profile — alexdotjs

alexdotjs

HN member
Joined
Thu, Apr 16, 2020, 10:37 AM UTC
HN karma
35
Public activity
10 items

About alexdotjs

tRPC.io

twitter.com/alexdotjs

Recent public activity

  1. 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…

  2. comment
    Comment #37100294

    Heya! Creator of tRPC here, just wanted to drop by and say thanks for all the love ♥

  3. comment
    Comment #35165214

    Here's an example of testing: https://github.com/trpc/examples-next-prisma-starter/blob/ma...

  4. 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…

  5. 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…

  6. story
  7. 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.

  8. 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…

  9. 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…

  10. comment
    Comment #31288575

    Awesome to see my lil' baby on the frontpage!