Alex / KATT ๐ฑ
@katt.dev
๐ค 2071
๐ฅ 153
๐ 107
๐ hey, I skeet about web dev stuff ๐ Creator of
@trpc.io
(โญ๏ธ 35k+) ๐
https://katt.dev
reposted by
Alex / KATT ๐ฑ
Arnaud Barrรฉ
3 months ago
Introducing tsl, an extension of tsc for type-aware linting! Want to speed up your ESLint time without losing the great type-aware rules from
@typescript-eslint.io
? Run `bunx tsl --migrate` to try it out!
github.com/ArnaudBarre/...
loading . . .
GitHub - ArnaudBarre/tsl: An extension of tsc for type-aware linting
An extension of tsc for type-aware linting. Contribute to ArnaudBarre/tsl development by creating an account on GitHub.
https://github.com/ArnaudBarre/tsl
10
81
21
reposted by
Alex / KATT ๐ฑ
Jamison Foser
5 months ago
there are 1,100 words in this article and zero of them are "bus"
add a skeleton here at some point
61
4556
1134
reposted by
Alex / KATT ๐ฑ
tRPC.io
6 months ago
We know it's long overdue, but today we're thrilled to officially announce the general release of tRPC v11! ๐ Read the announcement:
trpc.io/blog/announc...
loading . . .
Announcing tRPC v11 | tRPC
Although tRPC v11 has been production-ready for a long time via the @next tag, we've gotten kinda addicted to adding new features without being sticklers to semantic versioning. Today, we're excited t...
https://trpc.io/blog/announcing-trpc-v11
2
50
6
reposted by
Alex / KATT ๐ฑ
Nick
7 months ago
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...
loading . . .
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...
https://trpc.io/blog/introducing-tanstack-react-query-client
6
56
6
reposted by
Alex / KATT ๐ฑ
Nick
7 months ago
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...
loading . . .
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...
https://trpc.io/blog/introducing-tanstack-react-query-client
0
4
1
reposted by
Alex / KATT ๐ฑ
Dominik ๐ฎ
7 months ago
@trpc.io
now offers an integration built on top of queryOptions. I'm pretty hyped about this ๐
loading . . .
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...
https://trpc.io/blog/introducing-tanstack-react-query-client
3
46
5
reposted by
Alex / KATT ๐ฑ
Julius
8 months ago
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 ๐ป๐ค
0
12
4
i'd be at least 2x as excited to join a company that was part of
@opensourcepledge.com
add a skeleton here at some point
8 months ago
2
33
5
Been an amazing week
add a skeleton here at some point
8 months ago
4
18
0
is there markdown support yet ```ts console.log('hello') ```
8 months ago
4
17
0
reposted by
Alex / KATT ๐ฑ
Dominik ๐ฎ
10 months ago
Our โnewโ suspense integration - an exposed promise that you can pass to `use` - has an issue inside transitions: โA component was suspended by an uncached promise. Creating promises inside a Client Component or hook is not yet supported, except via a Suspense-compatible library or framework.โ
1
26
2
Easiest way to remember it
add a skeleton here at some point
10 months ago
0
7
0
I still mix up the terms "union" and "intersection" all the time no matter how much typescript I write
10 months ago
7
28
0
reposted by
Alex / KATT ๐ฑ
Nick
10 months ago
Finally getting to hang out with the legend that is
@katt.dev
2
6
1
@jumr.dev
made this nice RFC
github.com/trpc/trpc/di...
loading . . .
RFC: New Tanstack Integration ยท trpc trpc ยท Discussion #6240
As tRPC has grown, its types have grown with it. In particular, our React Query integration that we need to keep in sync with updates to the upstream React Query package whoses types are also quite...
https://github.com/trpc/trpc/discussions/6240
10 months ago
2
31
2
if you're making npm packages you should prob use
pkg.pr.new
add a skeleton here at some point
11 months ago
4
26
5
yo follow
@colinhacks.com
, my neighbouring dot
add a skeleton here at some point
11 months ago
1
5
0
@juliusm.bsky.social
is the best i should really just always ping him first, but i try not to be too overbearing
add a skeleton here at some point
11 months ago
1
12
0
anyone that can help me get explicit resource management to work in trpc? feels *very* nice to use for cleanup of stuff in tests only prettier stops me
github.com/trpc/trpc/pu...
loading . . .
chore: make explicit resource managament work by KATT ยท Pull Request #6217 ยท trpc/trpc
Closes # ๐ฏ Changes Trying to use Explicit Resource Managament, but prettier doesn't let me I get the following error: โ trpc git:(11-01-using) โ pnpm prettier packages/tests/server/using.test....
https://github.com/trpc/trpc/pull/6217
11 months ago
3
3
1
I reached 1k followers here around 10 years quicker than on twitter
11 months ago
1
31
0
reposted by
Alex / KATT ๐ฑ
Mateusz Burzyลski
11 months ago
I'll remember the world before and after this PR:
github.com/microsoft/Ty...
The new era of conditional types checking is coming in TypeScript 5.8!
loading . . .
Narrow generic conditional and indexed access return types when checking return statements by gabritto ยท Pull Request #56941 ยท microsoft/TypeScript
Fixes #33912. Fixes #33014. Motivation Sometimes we want to write functions whose return type is picked between different options, depending on the type of a parameter. For instance: declare const ...
https://github.com/microsoft/TypeScript/pull/56941
6
73
17
i have no idea what atproto is and at this point i'm afraid to ask, also don't know if I even [should] care
11 months ago
4
14
0
someone make `npm i react-skeet` happen just fork `react-tweet` and you're 90% there
add a skeleton here at some point
11 months ago
0
5
0
can we agree that the dodo (๐ฆค) is the official emoji for twitter/X here?
11 months ago
3
7
0
I use Android and it works amazingly even for me ๐
add a skeleton here at some point
11 months ago
0
9
0
reposted by
Alex / KATT ๐ฑ
Ahmed Elsakaan
11 months ago
After 288 days, I have uploaded again on YouTube! I wanted to make this video for a very long time, the dilemma of setting up TypeScript in a monorepo is real so I show & compare 4 different ways of doing TypeScript in your monorepos. Give it a watch! ๐ link in replies.
1
15
3
11 months ago
0
14
0
reposted by
Alex / KATT ๐ฑ
Ahmed Elsakaan
11 months ago
I have published a Typescript in Monorepos test repo where I compare project references & built packages on the TS LSP speed with 100 tRPC routers. Youtube video on this coming soon, but it seems that built packages (no surprise) are king for speed.
github.com/ixahmedxi/ty...
loading . . .
GitHub - ixahmedxi/typescript-monorepo-demo: A monorepo demo of TypeScript project references & built packages for LSP testing purposes.
A monorepo demo of TypeScript project references & built packages for LSP testing purposes. - ixahmedxi/typescript-monorepo-demo
https://github.com/ixahmedxi/typescript-monorepo-demo
1
7
1
This place is the ultimate "Open-source X alternative"
11 months ago
15
298
11
i will do a lot more relaxed shit-tweeting here where i don't have many followers yet feels relieving in a way to have fewer people seeing your bad takes
11 months ago
3
17
0
i had yet another rant about `useActionState()`
add a skeleton here at some point
11 months ago
0
8
0
will i get shadowbanned on twitter like
@danabra.mov
?
11 months ago
1
16
0
reposted by
Alex / KATT ๐ฑ
tRPC.io
11 months ago
zup nerds
3
37
1
I haven't seen a single election post here yet and that makes me happy
11 months ago
10
86
1
```ts // hello ```
11 months ago
1
10
0
Hey
@bsky.app
, can we get markdown support in tweets so we don't need code screenshot? ๐ฟ cc
@samuel.bsky.team
11 months ago
3
45
3
so how do i automatically cross-post between here and twitter?
11 months ago
2
5
1
reposted by
Alex / KATT ๐ฑ
11 months ago
We made a starter pack with all the guests on
devtools.fm
๐ > Note: If we missed you DM us!
add a skeleton here at some point
9
104
51
๐ฆ
11 months ago
1
11
0
Meow world
over 2 years ago
2
1
0
you reached the end!!
feeds!
log in