In addition to being able to easily create integrations to back end data sources, Arrow provides several facilitates for moving data manipulation and processing operations from the client application to the Arrow server. This results in a mobile application that is more highly performant since data manipulations and computations do not need to be performed in the application. Implementing business logic and computations in the server, instead of in the mobile application, makes changes simpler, since a new mobile application does not need to be published when business logic/rules change.
Read more about Arrow here.
###Use Case