Content
@
0 reply
0 recast
0 reaction
jtgi
@jtgi
I basically quit using hooks and did all data fetching on the server after tasting a codebase without hooks. loader and useLoaderData is prob the single most powerful demo for remix: - backend devs like it cause it’s still js, libraries work, no rsc - frontend gets way simpler with no loading, error, data states littered everywhere - all single file
6 replies
3 recasts
43 reactions
jtgi
@jtgi
What about tanstack query? It’s goated, only thing better is not needing it all. Wrote a bit about why here: https://x.com/jtgi/status/1690947788497137664?s=46
1 reply
0 recast
6 reactions
notdevin
@notdevin.eth
I learned useful things in this and the X thread. It’s some form of abomination how much code I’ve now assembled in typescript while never spending anytime understanding how it was working under the hood. Previous me is very disappointed in this behavior
0 reply
0 recast
1 reaction