jctaoo / vite-electron-esbuild-starter

⚡️The electron starter using Vite and esbuild to fast development.
MIT License
54 stars 7 forks source link

Routing ? #55

Closed oSethoum closed 2 years ago

oSethoum commented 2 years ago

How can I do routing, it doesn't work in production. I tried react-router-dom and React-location both didn't work.

jctaoo commented 2 years ago

You should use hash routing mode.

oSethoum commented 2 years ago

@jctaoo thanks it worked.