|
|
|
|
|
by neepi
376 days ago
|
|
So I needed a nice looking static page kicked up on a CloudFront endpoint the other week. Just one single static page which had corp branding on it and had some blurb, a title and a link to a dataset we publish occasionally on it. This is so we can send it out in an email. I left it to our web team with that explicit requirement and they came back with a bloody react front end. Went back to them with a WTF and it turns out they actually can't do static html any more. No joke. I nearly died inside. As I'm crap at HTML and CSS, ChatGPT did the job in the end and I cleaned it up a bit. Perhaps it's the people? |
|
I find that there is a context switching cost going from react to vanilla html/js/css. So i just default to react on everything.