You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently maintaining several applications that are based on Electron + Vite + React Router. We use Remix for our web apps. I've evaluated SPA mode and attempted to integrate it into our Electron boilerplate, but am seeing several issues. The primary issue is that the built Remix app does not handle routing as expected, and pages fail to load.
In our React Router + Vite setup, we use the HashRouter instead of the BrowserRouter. Is something like this possible for Remix today?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently maintaining several applications that are based on Electron + Vite + React Router. We use Remix for our web apps. I've evaluated SPA mode and attempted to integrate it into our Electron boilerplate, but am seeing several issues. The primary issue is that the built Remix app does not handle routing as expected, and pages fail to load.
In our React Router + Vite setup, we use the HashRouter instead of the BrowserRouter. Is something like this possible for Remix today?
Beta Was this translation helpful? Give feedback.
All reactions