https://youtu.be/pC7Ac8pfxYM?t=80
-
Why?
- multi platform on windows, mac and linux <3
-
Basic commands
- Installation
npx create-electron-app .
npx electronmon .
- Installation
-
Theory
- Preload → click for more info contain code that executes in a renderer process (html) before its web content begins loading
-
VS tauri
- Tauri
- n
- prerequisites - electron only need node but tauri…
- Time to build - in 1 video tauri took 3m while electron 20s
- May have problems w app not working/looking good in different OS
- backend bindings needs to be written in rust
- so if you need to modify native stuff ur fkd (not talking about classical backend)
- prerequisites - electron only need node but tauri…
- y
- faster to open app
- much less bundle size (because electron needs to be shipped w chronium even w hello world)
- n
- Tauri
-
why did not even started
- tutorials are old ages