Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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. -
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)
Related Rants
Hi bros,
Asp mvc developer. Trying to write an electron app. Please suggest any good references/tutorials there apart from original documentation?
undefined
javascript
js
electron
nodejs