What is the best way to make an http request and when there is a new entry add it to the local storage ?
In my case, I have a JSON API and I would like to retrieve my articles and store them whenever there is a new article.
I looked on the internet but did not find exactly what I wanted.
Thank you very much in advance