Content pfp
Content
@
0 reply
0 recast
0 reaction

jtgi pfp
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

Royal pfp
Royal
@royalaid.eth
Thoughts on Tanstack Query? I feel like it really simplifies frontend loading and state management (error, loading, refetching, etc)
1 reply
0 recast
1 reaction

jtgi pfp
jtgi
@jtgi
Love it. The only thing better is no client side fetching. Wrote a bit about why here: https://x.com/jtgi/status/1690947788497137664?s=46
0 reply
0 recast
2 reactions