Starting:
Speed Test App.js:
Speed Test Main.js:
Speed Test Constants:
Library:
In this video I show how to do local storage with an Electron.js Application.
Equipment:
Canon T5i –
New Headphones –
Old Headphones –
Please subscribe!
Check me out:
Contact here:
My email: me@keithweaver.ca
Web:
Twitter:
Github:
Instagram #1:
Instagram #2:
Product Hunt:
the problem with electron is it uses file protocol and if you want to use localstorage or indexeddb you should create local server but this is a problem, because this server is not sandboxed so you can access the app from an external web browser so you need to find a port that is not used by any other app and it must be weird so that the user don't access you app through the browser accidentally.
So the best approach is not to use react or any SPA with electron instead you should use html file only and use node for data saving.
Exactly what I needed, thank you !
You can avoid those irritating calls to bind(this) by either:
Arrow Functions: saveText = text => doThings(text)
Or by using lodash-decorators: @Bind saveText(text) { doThings(text) }
thank you very much !!!
Hi keith make some tutorial how to use iconic framework with electron and make billing app
Really loving this series, can we expect any more on Electron? Thanks!