This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| simon_space:frontend_dev [2023/08/05 22:41] – [Electron] loqui | simon_space:frontend_dev [2023/08/06 18:59] (current) – [Other] loqui | ||
|---|---|---|---|
| Line 33: | Line 33: | ||
| * Event Pooling was removed in React 17 | * Event Pooling was removed in React 17 | ||
| * https:// | * https:// | ||
| + | * State as a Snapshot | ||
| + | * https:// | ||
| ==== Notes ==== | ==== Notes ==== | ||
| Line 59: | Line 61: | ||
| * Tutorial | * Tutorial | ||
| * https:// | * https:// | ||
| + | * Electron does NOT support EcmaScript Modules | ||
| + | * https:// | ||
| * How to Notarize/ | * How to Notarize/ | ||
| * https:// | * https:// | ||
| Line 71: | Line 75: | ||
| ===== Other ===== | ===== Other ===== | ||
| + | * Prettier is the new standard JavaScript formatter | ||
| + | * https:// | ||
| * Svelte is a competitor to React | * Svelte is a competitor to React | ||
| * https:// | * https:// | ||
| * Uses its own language that observes values directly instead of using hooks like useState | * Uses its own language that observes values directly instead of using hooks like useState | ||