DEV Community

Discussion on: Creating a text editor in Electron: part 2 - writing files

 
aurelkurtula profile image
aurel kurtula

The loading screen isn't specific to Electron. You achieve it with the usual javascript.

I did a simple version in my Creating a movie website with GraphQL and React tutorial, where whilst waiting for the resources to load, show the word "loading" (I didn't bother to style it).

Since it's not specific to Electron I am not going to cover it here.

You can see the demo of the loading (all be it with no styles) here