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
jp 🎩
@jpfraneto.eth
can you share the code for an example component that has this?
1 reply
0 recast
0 reaction
jtgi
@jtgi
check out remix.run and scroll the home page, it’s a good overview of the principles.
2 replies
0 recast
3 reactions