electron-vite-react
electron-vite-react copied to clipboard
[Help] Best Practices for Reusing Types Between Main, Renderer, and Preload
Hello,
I’m am seeking guidance on how to effectively reuse TypeScript types across the main process, React components, and preload scripts. Could you please advise on the best practices or approaches for achieving this?
Thank you!