feat(post): another con of html
This commit is contained in:
parent
26815a522b
commit
1b4bfff7e6
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue