Answer the question
In order to leave comments, you need to log in
Is there any templating engine for react?
Is there some kind of template engine for JSX, or you can somehow screw a third-party template engine.
For example, like in Vue or Angular
<ul id="example-1">
<li v-for="item in items" :key="item.message">
{{ item.message }}
</li>
</ul>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question