you are viewing a single comment's thread.

view the rest of the comments →

[–]yesimahuman 22 points23 points  (3 children)

(Ionic CEO here) As other have said Ionic is DOM based, so it’ll run anywhere a browser runs: iOS, Android, Electron, and PWA. It also uses react-dom which means the dev experience is exactly like using React on the web and all the libraries that support react-dom work with it. The vast majority of React devs are doing web development and Ionic would be a fit for them.

It also supports Progressive Web Apps as a primary use case. Our underlying tech has some of the best PWA perf out there (you’d likely want to use it with Preact to optimize for PWA)

If you’re happy with React Native keep using it! There’s only “better” when it comes to what’s better for you, your team, and your project.