Proof of concept for lazy loading Angular2 and React components (in JSX and TSX). The ng2ReactAdapter is a component which is able to get a React component and its props as an input.
Use this project by cloning the repo.
Install dependencies:
$ npm install
$ npm start