Hey guys, so I’m building my react app with Nativefier https://github.com/jiahaog/nativefier – Nativefier just wraps the app with Electron (which uses Chromium under the hood).
The problem is when I update my app, I can’t reload the Nativefier because it’s practically just a Chrome tab always open.
I had the idea to introduce something similar as Notion does it, to display notification within the app, but I don’t know how to achieve the same effect.
For example, like this blue ribbon notification they do.
Thanks!