|
|
|
|
|
by orange8
2266 days ago
|
|
> ... and having that declarative rather than imperative is a huge win. The alternative used to be using a template engine like handlebars While React markets itself as a declarative DOM manipulation library, any kind of HTML templating system is declarative out of necessity. Why? Because they all produce HTML in the end, which is itself a declarative markup language. |
|