wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

JSX vs directives. Isn't that little hypocritical? #255

Open ackvf opened 5 years ago

ackvf commented 5 years ago

In your description, you state this:

Why not use JSX? ... Also, we like to separate code and HTML because it just feels right.

But isn't this also mixing of code and html?

<div rt-if="this.state.resultCode === 200">Success!</div>