next-fetch icon indicating copy to clipboard operation
next-fetch copied to clipboard

feat: support context builder?

Open tclain-pillar opened this issue 3 years ago • 0 comments
trafficstars

Thanks for the phenomenal work. Having used trpc, I can't wait to have a native nextjs solution.

Something that works well in trpc is the notion of a context builder. We can build the authentication state for instance and provide the current user for all query mutation automatically.

I know we could do that on every query mutation manually / and or with an Higher Order Function but I am wondering if there is any plan to have that in scope.

How can I help ?

tclain-pillar avatar Oct 03 '22 16:10 tclain-pillar