feat(post): another con of html

This commit is contained in:
Barrett Ruth 2024-06-26 16:20:05 -05:00
parent 26815a522b
commit 1b4bfff7e6

View file

@ -72,6 +72,11 @@
functions are exposed to other scripts included by the same HTML
file.
</li>
<li>
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.
</li>
<li>
Similarly, CSS styling (inline/stylesheet) works at the small
scale. However, with styles being completely divorced from the