|
|
|
|
|
by zodiac
3364 days ago
|
|
> Most use the html+javascript language which is compiled and then spits out JavaScript and html. This is pretty much identical to PHP - which is a preprocessor template language. No, it spits out javascript (the exact same javascript that I wrote), which returns shadow DOM trees (which are javascript objects), which the renderer looks at to modify the actual DOM. Also not sure what you mean by "looks like" javascript. It's clearly javascript - just a function call with 4 arguments. |
|