logoalt Hacker News

jaenyesterday at 2:37 PM1 replyview on HN

Huh, interesting... why have both React components and Mustache-style templates in the same framework? They perform the same function?

What's the use case for mixing them?


Replies

LukeB42yesterday at 2:49 PM

React components might eventually be removed in favor of making the templating system as fast and as elegant as possible but for the time being they provide flexibility.

You can read https://lukeb42.github.io/vertex-interop.html for more info.