DEV Community

Discussion on: Build a Responsive Website using Svelte in 30 minutes.

Collapse
 
igorfilippov3 profile image
Ihor Filippov

If your goal is to slow down browser rendering speed - yes, it is great idea. Instead of loading and rendering static html page browser should load index.html, than load, parse and execute js bundle, and at the end the user will see some content.

It will be much better to apply your vision with sapper and data in json format