React js pwa tutorial #9 API data in offline mode | Progressive web app

preview_player
Показать описание
in this video, we this react with pwa tutorial we learn how to use api data in offline model in progressive web app | PWA. This PWA with react js video made by anil Sidhu in english

step for video for Progressive web app
API data with offline mode
Fetch clone event for render code and uncached pages
Set api data in local store
Fetch data from store in offline mode
Show offline mode warning to user

Checkout all course an playlist
Info tech video by bhasker verma
Рекомендации по теме
Комментарии
Автор

Checkout all course an playlist
Info tech video by bhasker verma

codestepbystep
Автор

This is such a good video, thankyou!!

RobertM-hekt
Автор

why are you saving it in local storage if i have 1000s of data . we can use indexed Db right . Instead of storing response in local storage. Is this recommended way
?

MohanKumar-kz
Автор

hi Anil
I have problem with offline mode
my web app use authentication(save token in local storage)
so when I use offline mode it cant use the token
what should I do to solve this problem?

elahehmoradi
Автор

Hi bro while open dev option in google chrome, shows this meaage ‘crbug/11735755, non-JS module deprecated’ . And file is not shown

arunkm
Автор

I understand all and my native languaje is spanish Xd

Автор

why are you using a state bhai, seedha { !navigator.online && <div>offline statement</div> } use karsakte hai na

chinmaykulkarni
Автор

Hi please source code, Im have many errors in code :(

krzysztofk