DEV Community

Discussion on: Introduction to Sveltekit

Collapse
 
antoonline profile image
Anto Online

It seems promising after reading the docs intro:

"Building an app with all the modern best practices is fiendishly complicated. Those practices include build optimizations, so that you load only the minimal required code; offline support; prefetching pages before the user initiates navigation; and configurable rendering that allows you to generate HTML on the server or in the browser at runtime or at build-time."