Open PDDStudio opened 7 years ago
See this repo for some tips: https://github.com/romanschejbal/electron-blog
Hey check my page I forked this and setup a react app using create react app inside of it. I test all of my UI in the browser and tweak it for the menu bar app.
I think a small example with React could go into the examples: https://github.com/maxogden/menubar/tree/master/examples. Does anyone want to take care of this?
For what it's worth, I made a simple fork of the electron-react-boilerplate to run as a menubar app https://github.com/3on/electron-react-boilerplate-menubar if that can help anyone.
Hi there, I'm also into this. Would be great to have a small example on how to run a react app as a menubar app.
Hello.
This is actually more a question rather than a bug report. What I'm currently trying to do is rendering React Components inside the menubar's page. To achieve this I'm using electron, react and webpack.
However, when I bundle my application with webpack and try to run the build via electron neither the menubar's constructor nor any of its EventEmitters are getting called - which ends up with having my 'electron' application running, but without any additional icon in my menu bar.
Below is my current
webpack.config.js
- any help is really appreciated.