DEV Community

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

Collapse
 
dealloc profile image
Wannes Gennar

This is not directly related to Svelte; but I'm seeing a trend where websites like this with almost purely static content are written in frontend frameworks like Svelte, Vue, React or Angular while they don't need the overhead.
Websites like this should just be plain HTML files, some CSS sprinkled in and no Javascript.

Collapse
 
theague profile image
Kody James Ague

Would love to know, time taken to build in HTML/css only and what the mobile score would be on a page like that? 👍🏻👍🏻

Collapse
 
bigbott profile image
bigbott

It will take less time in case no frameworks used.
It will also requires less qualificated labor.

Framework == high mobile score ? Rubbish. Exactly opposite

Collapse
 
karkranikhil profile image
Nikhil karkra

I agree with you this demo is more of HTML and CSS but Svelte is not a framework or library it's a Compiler. So at the end everything is plain JS.

Collapse
 
rbok6 profile image
Mayckoll Abreu

I agree. I haven't seen the first tutorial who actually makes use of the real benefits of using svelte. Besides from the official docs.