2 Matching Annotations
- Oct 2020
-
-
hyperscript is much simpler to refactor and DRY up your code than with JSX, because, being vanilla javascript, its easier to work with variable assignment, loops and conditionals.
Tags
- hyperscript
- comparison with:
- javascript
- JSX
- reuse existing language constructs
- making it easy for later refactoring
- template language: bad: by not reusing existing language constructs; forced to reinvent equivalents which are inferior and unfamiliar
- template language vs. reusing existing language constructs
- it's just _
Annotators
URL
-
-
github.com github.com
-
It causes some implementation complexity just by existing.
-