Can Reactjs be used as a View within Emberjs?

Ember.Components are similar to React.js Componetns but their difference is what Pete highlights as a strength of React.js. Namely, combining merging HTML and JavaScript markup makes it easier for designers to contribute to projects and to test components because their state includes the controller and the template. It would be interesting to explore React.js components as a kind of Ember Component.

1 Like