I am a Dev
Explore posts from serversHello, is there any way to create a base router with common procedures? like an interface
I'm using electron-trpc, so basically the router is like a store, so I can use all the node logic in the main process, but subscribe to the state in the renderer.
And because I have more than 30 store like this, want to create common hooks and interfaces
8 replies