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