Hi learners!
If you are going to make an Electron app, the two most fundamental objects you'll use are the BrowserWindow & WebContents. They do something similar (control what's displayed on screen) but deal with different aspects of it. It's important you know how they work and how they are different.
In this tutorial I am going to explain this in detail and we will also play with some code that shows you how they work.
If you are new to programming in Electron you need to make sure you know these concepts well.
#programming
#electron-tutorial
#electronjs