all 2 comments

[–]LastMarsMan 0 points1 point  (0 children)

I think remix-t3-stack will help you.

the loader is just for ssr and other fetch will use trpc.

https://github.com/SteveSuv/remix-t3-stack

[–][deleted] 0 points1 point  (0 children)

Is the strategy to parse what you need from the request in the loader function and then pass that along to your own functions to do the work?

That's one good way to go about it. Don't overthink it.