Sunday, 9 April 2017

What's the proper way to handle forms in Electron?

The form html and submit event is part of the "renderer". The submitted data should be available in the main process. What's the proper way to submit the form and make that data accessible in main.js ?

Should I simply use the "remote" module to pass the data to a function from main.js or is there a better approach?



via Elfy

No comments:

Post a Comment