|
|
|
|
|
by jdiaz5513
3227 days ago
|
|
Go for it, as long as the app will always be simple and you don't have a high bar for the UX. Both Angular and React work well with Cordova and it's a great way to leverage existing web dev talent. Make sure that the Cordova APIs/plugins cover everything you need, because writing custom plugins can be a major pain. You won't have a lot of performance headroom, especially on Android where some unsolved V8 bugs and inconsistent GPU support on older devices will hold you back. If things start to feel slow and it's a problem for the customer you may need to look elsewhere. |
|