Posts by igorchru • 21 points
2 posts
-
2
votes0
answers223
viewsQ: How to implement Reactjs in an Electron application?
Hello, good, I’m starting an application on Electron, but let’s say I did it in two parts, one part, the Electron, the configuration is ok, only the other part I did in other files using Reactjs,…
-
0
votes1
answer169
viewsQ: How do I access the DOM elements in the Electron?
I’m new to Electron, and I’m trying to do a function from a click on a menu. Follow my example below. index.html <!DOCTYPE html> <html lang="pt-br" dir="ltr"> <head> <meta…