So i am having a little fun with the API , making api calls but it takes too long,
of course that is because on every refresh the getCampaings() call is making another api call , and ergo downloads the data.
Now my question is , is there any way to cache one api call or good practice is to do something else?
Sorry for maybe a stupid question, but i am in need of a solution so i can learn good developer practice :)
Thanks
Nick