Ryan · @ryan
117 followers · 142 posts · Server hachyderm.io

Very much sold on the / train for rapid iteration

#tRPC #prisma

Last updated 1 year ago

Daishi Kato · @daishi
195 followers · 159 posts · Server fosstodon.org

Just released jotai-trpc v0.5.1! github.com/jotaijs/jotai-trpc
It's an integration library for Jotai and tRPC.
This version supports a way to disable query depending on some atom values.

#reactjs #react #javascript #typescript #jotai #tRPC

Last updated 1 year ago

πŸ“ 
tRPC vs graphQL

I want to hear opinions from people who have used both. πŸ™‚

My main reason for using graphQL is it can reduce request waterfalls; custom types; type safe; graphiql UI. I am not worried about client library.

I can see some of the benefits overlap with tRPC.

My concern; few graphQL server implementations are popular & they seem to take everyone in the direction they want.

I am willing to look at tRPC but does it provide all these benefits?




#graphql #tRPC #nodejs #typescript

Last updated 1 year ago

Phil @leggetter · @leggetter
24 followers · 10 posts · Server fosstodon.org

Really enjoyed exploring using Database, , with

Combining the end-to-end type-safety of tRPC with data models defined in TypeScript with Tigris feels like a great combo.

Here's part 1 of the 3-part series:
tigrisdata.com/blog/tigris-dat

#tigrisdata #tRPC #nextjs

Last updated 2 years ago

Phil @leggetter · @leggetter
24 followers · 8 posts · Server fosstodon.org

Here's a video of a demo app I've been working on tella.video/an-overview-of-str

It uses , (React component library), Tigris Database, & Tigris Search.

πŸ“Ή I recorded and edited the video & updated the subtitles with tella.tv/ directly from the browser.

#tigrisdata #nextjs #tRPC #mui

Last updated 2 years ago

Mike Bifulco · @irreverentmike
466 followers · 331 posts · Server hachyderm.io

I'm learning , part 2/x

Here's what I do when I'm at my wit's end with TypeScript errors in VS Code:

mikebifulco.com/posts/typescri

#typescript #dev #react #tRPC

Last updated 2 years ago

Phil @leggetter · @leggetter
24 followers · 7 posts · Server fosstodon.org

πŸ“Ή I'll be live on Twitch again in about 5 minutes to continue my exploration of with and twitch.tv/leggetter

#tRPC #nextjs #tigrisdata

Last updated 2 years ago

Phil @leggetter · @leggetter
24 followers · 5 posts · Server fosstodon.org

I going to start an impromptu stream over at twitch.tv/leggetter at 2pm GMT (in about 10 minutes).

This is part of my prep for an upcoming tutorial, I'm digging into with and .

#twitch #tRPC #nextjs #tigrisdata

Last updated 2 years ago

Valtteri Luoma · @valtsu
1 followers · 4 posts · Server fosstodon.org

Been using and researching options for typed APIs:
- seems cool, but almost requires monorepo setup for best DX
- is the way to go between backend services. Needs extras with frontends and git submodule to share proto files.
- is a full blown query language creating extra complexity, not just typed API.

None of them is perfect, hoping to see evolve and grow.

Am I missing some technologies?

#tRPC #grpc #graphql

Last updated 2 years ago

Ian VS · @IanVS
311 followers · 455 posts · Server fosstodon.org

I've often thought seems cool, but I can't use it because my backend is in .

My favorite thing about is having shared types between the client and server, but the complexity of using it (especially in go) is high.

I just watched @dimitropoulos talk at about using and on the web using github.com/bufbuild/connect-we and I'm pretty intrigued. Guarantees on the shape of my data? JSON serialization? Generated clients? Yes, please.

#tRPC #golang #graphql #jsworld #protobuf #grpc #tanstackquery

Last updated 2 years ago

Jenn Junod · @JennJunod
42 followers · 57 posts · Server hachyderm.io

YAAAAAY

@CodyBontecou will be joining us shortly to take about "Rapid Fullstack Development with Nuxt 3 and tRPC"

@vuejsnation πŸŽ‰

#vuejs #vite #nuxt #nuxtjs #vuejsnation #tRPC

Last updated 2 years ago

Mike Bifulco · @irreverentmike
420 followers · 245 posts · Server hachyderm.io

Just sent out the first dispatch of πŸ’Œ Tiny Improvements for the year

Let's talk about fresh starts and side projects.

When learning new tech, it's best to only dive into one new thing at a time.

With that said, my latest side project has me learning and for the first time... so, yeah.

It's going out to my mailing list as I type this. You can check out previous dispatches here:

mikebifulco.com/newsletter

#typescript #tRPC #gpt3 #ai #tailwind

Last updated 2 years ago

AvidDabbler · @AvidDabbler
39 followers · 220 posts · Server hachyderm.io

Working with I can definitely tell that was trying to solve the same issue, but it just took forever to setup and lacked docs.

Overall setting up rtkquery with types, transformations and authentication (because it is done client side) was much harder to setup.

Trpc is not really a 1 to 1 to rtkqery it is more of a β€œyes and”. With built into trpc you get the benefit of avoiding the transformation section on server side + type inference to client side

#tRPC #rtkquery #reactquery

Last updated 2 years ago

Jason Raimondi · @jasonraimondi
29 followers · 63 posts · Server indieweb.social

@irreverentmike let’s extend this out a bit, if anyone is learning questions , , and/or and has some questions, feel free to ask!

#tRPC #sveltekit #typescript

Last updated 2 years ago

AvidDabbler · @AvidDabbler
36 followers · 163 posts · Server hachyderm.io

I want rewrite everything with and

#prisma #tRPC

Last updated 2 years ago

Andras Bacsai · @andrasbacsai
386 followers · 355 posts · Server fosstodon.org

You do not know what you missed until you use and . Complete end-to-end type safety everywhere! 🀩🌈

#tRPC #sveltekit #webdev #typescript #javascript

Last updated 2 years ago

Mike Bifulco · @irreverentmike
297 followers · 131 posts · Server hachyderm.io

I"ve spent some time over the past few days diving into create-t3-app, and while the learning curve is real, the benefits should be pretty amazing.

The combination of , , and makes for a type-safe API on the of my choosing, and with , I can set up a monorepo that houses a app and a app under one roof.

I'm really digging this so far. Pretty insane for a community-built stack!

#prisma #typescript #tRPC #database #turborepo #NextJS #reactnative

Last updated 2 years ago

Mike Bifulco · @irreverentmike
281 followers · 116 posts · Server hachyderm.io

Doing some ruminating on API design this evening. I like the idea of tRPC, but it seems very married to TypeScript.

Anyone have examples of an API built with tRPC that can be called from a native IOS or Android app?

#tRPC #iOS #android #react #typescript #api

Last updated 2 years ago

Mike Bifulco · @irreverentmike
269 followers · 103 posts · Server hachyderm.io

Hats off to the team at Prisma for making it that much easier for devs to get in and try out their demo repos with their new npx package try-prisma.

As a self proclaimed Prisma-enjoyer, this is something I'll be using to poke at Prisma features as I use it more!

youtube.com/watch?v=2sCWMNGGGU

@prisma

#dx #prisma #orm #database #javascript #typescript #tRPC

Last updated 2 years ago

Sophia Brandt :vim: · @sbr
371 followers · 141 posts · Server hachyderm.io

I have a talk about next week. I deleted my Twitter handle from the slides and now only have my Mastodon account.
For anyone interested, the slides are online webworker-hannover-meetup-trpc

#tRPC #twittermigration

Last updated 2 years ago