Ionic4 with react

has anyone tried to use react instead of angular with ionic 4? and how?

My guess: put cdn in index.html and put the tags in the render part, with property binding

How to access methods i dont know though

Just a guess

An example: https://github.com/ionic-team/ionic-react-conference-app

The main issue that causes some hiccups is React and web components don’t fully integrate. I know the Ionic team has some ideas, but won’t look at them until after releasing 4. But feel free to test it out!

In this case the project will be based Cordova or normal React-Native project with just Ionic as UI component ?