Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSX\React Template Helpers #90

Open
undercloud opened this issue Mar 28, 2017 · 1 comment
Open

JSX\React Template Helpers #90

undercloud opened this issue Mar 28, 2017 · 1 comment

Comments

@undercloud
Copy link

Native JSX is ... ugly? How adout DOM management like Angular?

<div rt-show={isNotHidden}></div>
<ul>
  <li rt-repeat="{item in items}"></li>
</ul>
<input type="checkbox" rt-disabled={isDisabled}>
@axetroy
Copy link

axetroy commented Mar 29, 2017

Template is eval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants