electron-trpc icon indicating copy to clipboard operation
electron-trpc copied to clipboard

Add minimal example

Open NickyMeuleman opened this issue 3 years ago • 1 comments
trafficstars

tRPC code uses the same example as: https://github.com/trpc/trpc/tree/next/examples/minimal minimal Electron in TypeScript example from: https://github.com/ProfXwing/electron-quick-start-typescript

I wasn't successful in importing something to the renderer. Probably some tsconfig mismatches. Maybe browsers can't import tRPC without a bundler?

NickyMeuleman avatar Oct 24 '22 17:10 NickyMeuleman

I'm going to pick this up. electron-trpc should definitely have a vanilla example. It's also a good place for us to run e2e tests without having to worry about frameworks

JoeHartzell avatar Jun 19 '23 22:06 JoeHartzell