|
|
|
|
|
by shaabanban
2846 days ago
|
|
Hmm I briefly looked at it and I am certainly intrigued. I really like the simplicity of await blocks, but I have some reservations about the template syntax, namely that it reminds me a lot of angular.js. Syntax like {#each cats as cat}
reminds me of ng-repeat, and of course there are other similarities.I'm not necessarily saying that that's bad, but as a matter of personal preference I tend to prefer the html-into-JS approach of JSX / React over what is essentially implementing a subset of javascript as part of the template syntax. I don't like that you have to ask what parts of javascript you are allowed to use within a template. |
|