A
A
ArrayPop2020-08-07 13:03:57
React
ArrayPop, 2020-08-07 13:03:57

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 question

Ask a Question

731 491 924 answers to any question