Julius's Avatar

Julius

@jumr.dev.bsky.social

1,167 Followers  |  68 Following  |  48 Posts  |  Joined: 01.05.2023  |  2.0501

Latest posts by jumr.dev on Bluesky

Preview
Introducing the new TanStack React Query integration | tRPC We are excited to announce the new TanStack React Query integration for tRPC is now available on tRPC's next-release. Compared to our classic React Query Integration it's simpler and more TanStack Que...

We just released our new TanStack Query adapter for @trpc.io powered by the `queryOptions` API. Codemod available (still a bit of a WIP but works quite well) for simple migration.

Let us know what you think!

trpc.io/blog/introdu...

18.02.2025 08:29 โ€” ๐Ÿ‘ 56    ๐Ÿ” 6    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 0

We're about to release a new @trpc.io x @tanstack.com package and are working on a codemod - anyone good at wrangling these things and wants to help out?

We can offer beer-money in return ๐Ÿป๐Ÿค‘

11.02.2025 16:35 โ€” ๐Ÿ‘ 12    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

this is the function that transforms the iterable github.com/trpc/trpc/bl...

27.01.2025 16:34 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Dangit ๐Ÿฅฒ

15.01.2025 17:04 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
feat(server): add Standard Schema support by fabian-hiller ยท Pull Request #6079 ยท trpc/trpc ๐ŸŽฏ Changes An union of schema library authors (Zod, Valibot, ArkType, ...) collaborating on a standard interface for schema libraries called Standard Schema. This simplifies implementation and preve...

I like that! We pushed for typed errors here but seemed out of scope :/ github.com/trpc/trpc/pu...

12.12.2024 15:48 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

not sure as it's currently `Schema.decode(mySchema)` and not `mySchema.parse` - so you need to import the effect dependency to decode a schema unlike zod where the parse method is attached to the schema itself

12.12.2024 13:05 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

We do custom parsing for them github.com/pingdotgg/up...

12.12.2024 12:22 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Nope

12.12.2024 12:21 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Preventing route interception

11.12.2024 18:44 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Nah I gave up on that. This is to prevent intercepting route from rendering where it shouldnโ€™t

11.12.2024 15:17 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Don't ask why I need this

11.12.2024 15:00 โ€” ๐Ÿ‘ 11    ๐Ÿ” 0    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 0

Its an initiative by Valibot, Zoe and Arktype - I donโ€™t know of any other alt.
Up until now every schema library has used their own type structure so when another library wanna build on top (e.g trpc) itโ€™d need to add inference helpers for every interface they want to support. This streamlines that

11.12.2024 11:04 โ€” ๐Ÿ‘ 13    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

๐Ÿซ 

11.12.2024 10:29 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Anyone got Next.js intercepting/parallel routes work with exit animations? Rendering a modal and going back dismisses the modal without the animation

11.12.2024 10:28 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

1 interface for libraries to implement that allows the user to use any schema library they want.

11.12.2024 10:27 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

uv and ruff makes python not suck ๐Ÿ

10.12.2024 18:57 โ€” ๐Ÿ‘ 8    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Yea sometimes theyโ€™re nice, especially if they can leverage the browsers โ€œobject expanderโ€ ( not sure if they do that today). I just want to be able to disable it when debugging client side stuff

They are labeled, donโ€™t think you can filter them away though.

08.12.2024 09:29 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Hmm..

I donโ€™t quite like that they hijack it like that, especially when debugging something client side and you get all the server noise mixed in

08.12.2024 03:18 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Can you disable the new thing where @nextjs.org (or React, not sure which it id) logging server logs in the browser during dev?

08.12.2024 00:10 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

Nice! Ticks all the boxes. Works on mobile, can select version and link specific lines of code socket.dev/npm/package/...

04.12.2024 14:02 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Too much noise for simple lookups + doesnโ€™t work on mobile

04.12.2024 14:00 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Tempted to make a tiny browser extension that takes you to that other page when pressing . on npmjs.com/PKG

04.12.2024 13:27 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Sometimes need something faster just to verify something. Sometimes even on the phone

04.12.2024 13:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

๐Ÿ‘€๐Ÿ‘€

04.12.2024 13:23 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Yea thatโ€™s great but doesnโ€™t show the distributed files

04.12.2024 13:23 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Is there a better code browser for a distributed npm package? npmjs.com 's code tab really sucks

04.12.2024 12:24 โ€” ๐Ÿ‘ 9    ๐Ÿ” 0    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 0

Cheers ๐Ÿป

21.11.2024 23:48 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Let us know what you think!

20.11.2024 19:20 โ€” ๐Ÿ‘ 8    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

how would you do when testing client stuff with a server? so like starting a server in node env and then running client tests using vitest browser mode.

20.11.2024 16:10 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Socket disconnected

19.11.2024 11:59 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@jumr.dev is following 20 prominent accounts