how can i cache my data in nuxt js , for example when a user come and see my posts and then after few days he/she sees my website again can i use catch for retrieving data ? and dont use ajax again for get api's data ? and what happened when i add new post? will data update itself and get just new data ?
how can i cache my data in nuxt js , for example when a user come and see my posts and then after few days he/she sees my website again can i use catch for retrieving data ? and dont use ajax again for get api's data ? and what happened when i add new post? will data update itself and get just new data ?