v21’s avatarv21’s Twitter Archive—№ 81,628

  1. …in reply to @suchipi
    @suchipi @freezydorito for me (and I am working as a solo dev & writing both sides in a non-JS/TS language), there was more upfront cost, but now all my queries are composable. The question is "is this exposed", not "how should I query this".
    1. …in reply to @v21
      @suchipi @freezydorito like, I can write the server code going "yeah a client might need this at some point" and then decide exactly what the client needs when I'm writing the client code. And on both sides the type system automatically knows the shape of the data.