Has anybody seen any good integration using both Angular 2 and React? This video indicates that it's possible: https://www.youtube.com/watch?v=XQM0K6YG18s

I would really like to have the below in my new project if that's possible:

The challenges:

  • How do I draw a line between the code that should be written in Angular 2 and React
  • What should be compiled first, React JSX or Typescript? - this video shows that Typescript with React is not easy: https://www.youtube.com/watch?v=9PTa9-PPVAc

I know this question is likely not to have a definite answer, but if anybody know any active project trying to solve this (I can't find it), it would massively help my investigation.

Thanks in advance.


Update in Aug/2016

It's worth pointing out that react-typescript is doable, and there is now an reliable (created by the mobx creator) boilerplate mobx-react-typescript-boilerplate available (shame on me I haven't tried).

For anybody who has interest, mobx is a functional reactive framework that works well with React and came after Redux. See State Management is Easy on Youtube.

closed as too broad by ivarni, Paul Roub, Brock Adams, Tunaki, Petter Friberg Sep 18 '16 at 19:15

Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.

  • I had come across some article which showcase the mix usage of angular 1 and react. There they had implemented react components in the directives/custom-elements and state management was not possible, as data is being handled by angular. In that context, if you write static (stateless) components, then it is fairly possible. – Pankaj Aug 29 '16 at 3:56
  • Thanks, sounds like what you are describing is github.com/ngReact/ngReact . Quite like to wait and see if there is an Angular 2 version to be developed. Angular 1 doesn't have all the desired nice things I put in the question. I personally would only use React without integrating with Angular 1 – Max Aug 29 '16 at 15:32

Browse other questions tagged or ask your own question.