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
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Awesome read! Aurel. Is it possible to customize with CSS the title bar? Including the icons?
I included a customized title part in the third part
Thanks David.
The icons, yes you can add your own icon, I think you do that the moment you build the app.
As for the title bar, you can remove it completely - with Frameless Window, then add your own
I might do something like that in part three because it seems to be a pretty cool idea, though never tried it before.
Thank you, Go for it, and lastly if possible how to do a small loading screen like in Postman,Discord. Will be really greatful!
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