Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonswords82
3207 days ago
No it uses Electron which is basically a wrapper for web apps. So no offline mode.
1 comments
realityking
3203 days ago
Being an Electron app doesn't preclude an app from working offline. You can ship all the code with the app bundle.
Still need to design your application to sync data - that's the hard part.
link
Still need to design your application to sync data - that's the hard part.