Preloading Assets for Offline Use in Next.js
Unanswered
Transvaal lion posted this in #help-forum
Transvaal lionOP
Is there a way to preload all the assets for a Next.js website so that users can still use the site even if they lose their Wi-Fi connection?
1 Reply
Transvaal lionOP
The website is basically an imessage statistic tool where it requires users to upload their imessage data. Understandably, some users are concerned that this data might get sent over the network, so I'm trying to see if it's possible to make the website continue running without wifi once the user uploads their data (all the processing of the user data happens on device btw). The only issue is just loading assets and new routes/pages.