|
|
|
|
|
by tylerchurch
1174 days ago
|
|
As someone who has deployed projects to the App Store/Play Store in both React Native and Ionic for my day job - Ionic is a breath of fresh air compared to React Native. Ionic+Capacitor delivers on the promise to leverage existing web development knowledge to build mobile apps. React Native somewhat delivers on the promise. But the whole ecosystem loves breaking changes, and debuggability is a nightmare. There are more libraries for native libraries, but the headache of actually integrating them is significant. Capacitor, in comparison, seems very well designed. Where web tech stops and native tech starts is very clear. |
|