I'm having a problem with electron-forge, which I imagine is a common problem, but I can't seem to find the answer.
I have created a new project with npx create-electron-app
and I have installed and setup react, and it's all working just fine.
The problem I have is with the hot reload. I am using react-router-dom
for routing, and I've used the MemoryRouter
as obviously, I don't have URL's running an electron app. The hot reload is working out of the box, but each time it reloads I get navigated back to the entry point of the app, and I would like to stay at on the current page. The annoying thing is, I can usually see the current page update for a split second before it navigates my back to root. Is there a setting somewhere to prevent this?
Appreciate any help.
from How to hot reload without being redirected to root with electron-forge and react
No comments:
Post a Comment