1

Hi bros,

Asp mvc developer. Trying to write an electron app. Please suggest any good references/tutorials there apart from original documentation?

Comments
  • 0
    Interested to see the response to this.
  • 0
  • 1
    I'm also an Asp MVC dev and I quite fancy playing with electron.
  • 0
    I have asp mvc background.

    First of all, to ease your life, use the electron boilerplate.

    https://github.com/szwacz/...

    Other than that, I had to learn out of necessity, I watched some stuff on youtube to start me off, and then I developed a proof of concept using the documentation.

    There weren't many resources when I started, there might be more now.
  • 0
    Also, since electron is mostly node, check out some node stuff too.

    Almost all your business logic will be in the form of node code.

    And make sure to understand the difference between the main process and the renderer process (it confuses a lot of people on my team)
Add Comment