Earlier quoted context omitted.
Same. I haven't done frontend work for a job for about a decade, but kept up to date with things like Angular/Vue/React. I was recently vountold by my wife to create a reunion site for her class. I looked up "barebones front end frameworks." Anything that began the "Getting Started" page with "npm install" I noped out of there. I ended up with Skeleton/jQuery for the front end and PHP Slim for the backend. This is a…
You seem to be refuting a straw-man argument here. Why would a hobby site provide a counter example for people talking about work they do for their employers? No rational person would advocate using Svelte or React for a static, one-off, informational site to be maintained by a single person. In fact, you didn't even need jQuery at all. Vanilla JS works across browsers in a way that it didn't when you learned web cod…
This is where we disagree, and I think that's the problem. In my use case, I just wanted an HTML template file with at most a few CSS files. There's a dearth of those frameworks/templates compared to bigger packages.