Multiple ajax requests in same page

I am new to Framework7 (but not new to programming). I have a scenario where same page requires 4 different ajax calls to fetch content ( 1 local json, 1 from my own server, 2 from external services). What are best practices recommended by Framework7 community to handle this.

I am using F7 with Vue for Cordova and PWA.

Additionally I can get app.request or this.$app.request to work on “mounted” hook. is there any other way to access “F7 request” in Vue code.

No best practises here, just use the way you are more comfortable with

It is just this.$request

1 Like