From 1b4bfff7e6185a3373eed8599ca3468013859223 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 26 Jun 2024 16:20:05 -0500 Subject: [PATCH] feat(post): another con of html --- posts/software/designing-this-website.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/posts/software/designing-this-website.html b/posts/software/designing-this-website.html index c3edb55..fd3c802 100644 --- a/posts/software/designing-this-website.html +++ b/posts/software/designing-this-website.html @@ -72,6 +72,11 @@ functions are exposed to other scripts included by the same HTML file. +
  • + JSX is great. Dynamically inserting HTML as raw strings or writing + them line by line with the DOM is a pain, and a verbose one at + that. +
  • Similarly, CSS styling (inline/stylesheet) works at the small scale. However, with styles being completely divorced from the