Inspiraties - ambersr/i-love-web GitHub Wiki

PerfNow Fine Grained Everything

Link naar de video

Aantekeningen:

  • Svelte is user interface framework that compiles components into efficient JavaScript
  • SvelteKit is the other 90%
  • React performance is good enough but optimalizations are needed.
  • Ryan Carniado: he created an idea with a way to achieve optimal performance with fine grained reactivity.
  • Signals unlock fine-grained activity.
  • SSR is about performance not SEO.
  • If you care about the user SSR is absolutely essential.
  • Form .enhance ([ submit ]) toevoegen.
  • Fine Grained Everything -> 1. Async Svelte 2. SvelteKit remote functions.
  • Forms will never be 'Fun'.
  • $state and runes

Reasons to use Astro:

  • Feature rich
  • Easy to use
  • Great community
  • Works great with svelte