ArcherGu / vite-react-nestjs-electron

Vite + React + Electron + Nestjs with esbuild, crazy fast! ⚡
MIT License
36 stars 6 forks source link

Add Loader Screen? #98

Closed saileshkush95 closed 3 months ago

saileshkush95 commented 3 months ago

When i fire up this project, initially it display blank white screen, because backend is not ready. So i think we can solve this issues by adding loader screen. Do you have any plan to add loader screen

ArcherGu commented 3 months ago

Not at the moment, because it's a basic template, and it doesn't add a lot of features that you need to implement yourself.

For example, you can listen for the did-finish-load event and wait for the window to appear when the event ends.