DEV Community

Discussion on: Why SvelteJS may be the best framework for new web devs

Collapse
 
matthewk007 profile image
Hey Wow. Oh Wow. • Edited

not a new dev, but as a server-focused dev Svelete is useful for 2 primary reasons:

  1. no npm madness
  2. fetch into {#await} (React et all requires a class and three functions for this ubiquitous promise-based networking)

The second point: Built in template reactivity, is comparable to Go's build-in concurrency. Game changer that future frameworks can't do without.