Thomas Pötz
Thomas Pötz
For me it worked after simply wrapping my Pdf Component with React.memo. `export default React.memo(PdfViewerComponent)`
Same here, please fix this. I really like the package and would love to continue using it.
Hey @maxeth did you find any major downsides to your solution yet? And could you please explain how you make the API call? I tried to implement a simple GET...
I think the documentation still needs improvement. I'm new to tRPC, tried to set up tRPC v11 with Next.js 15 a few days ago and read the [Context documentation](https://trpc.io/docs/server/context). Afterwards,...
> I have a working example inside a monorepo[turborepo]: backend [NestJS + tRPC server + Prisma] + NextJS 15 App Router. If this could be helpful I can share it...
Same problem here