I'm trying to make a electronJS app using the following boilerplate and I'd like open a new screen with a single react component, but the function BrowserWindow (from electron) just allow load html files o a url. Then, i found some alternatives using like this and i did it
These are my routes, home is my main window and it loads well [my Routes]3
And I try to load the single component but it loads home screen again..
Then, i need some help with this problem