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.
I work in the field of Engineering but I've always wanted to develop the skills to create things with code. I've finally found something I want to create, so I'm driving toward that.
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.
Would love to know, time taken to build in HTML/css only and what the mobile score would be on a page like that? 👍🏻👍🏻
It will take less time in case no frameworks used.
It will also requires less qualificated labor.
Framework == high mobile score ? Rubbish. Exactly opposite
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.
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.