(no title)
tgb
|
3 years ago
So how embarrassed should I be for using Vue for small, static websites? I made a results page for some data my colleagues and I processed and there’sa bunch of categories. So there’s a selector and you pick one and Vue updates the page to show the data for that. It’s deployed to GitHub pages and the data is static so no server needed. I could have made it server side rendered and done all 500 different pages ahead of time and gotten faster load times and supported JS disabled browsing. But Vue is what I knew so I didn’t. I’m not a web developer, I just wanted to make a site. So have I sold my soul?
grayrest|3 years ago
If you do want to jump on the trend while keeping your Vue knowledge, check out Astro [1]. I'm provisionally in the Marko [2] camp, not so much for the current Marko but because Marko 6 is looking good.
[1] https://astro.build/ [2] https://markojs.com/
CharlesW|3 years ago
Not at all, and don't let anyone tell you differently.
dgb23|3 years ago
MaxBarraclough|3 years ago
That said I think it's a pity if a static website doesn't work at all without JavaScript.