formidable-playbook icon indicating copy to clipboard operation
formidable-playbook copied to clipboard

Create Electron Section

Open mhink opened this issue 7 years ago • 2 comments

This is kind of a brain-dump of the different Electron topics I'd like to see in the playbook.

Subsection proposals:

  • Constructing the Main process
  • Constructing Renderer processes
  • Working with Native UI
  • Build and Release Management (especially cross-platform)

Specific topics:

  • Inter-process communication (with recipes!)
  • Authentication
  • Using SQLite or other "persistent" storage

mhink avatar Oct 11 '16 21:10 mhink

Possible subsection

  • Running CLI Electron scripts.

ryan-roemer avatar Oct 11 '16 21:10 ryan-roemer

Oh, and: SECURITY (i.e. get it through people's heads to never ever ever run untrusted code in the damn renderer process)

edit: unless it's in a or nodeIntegration is off, obviously- but that's the kind of details to mention in such a section

mhink avatar Oct 11 '16 21:10 mhink