Currently, if the tracker app loses connection to internet, functions, such as the QR code, become unreachable. We want to somehow store this information to allow for users to use these functions without internet.
The functions we would like to access without internet include:
- The QR code for Hackers
- The Hackers Page for Organizers
Some useful links:
https://tanstack.com/query/v4/docs/react/guides/network-mode
https://web.dev/learn/pwa/serving/
https://github.com/shadowwalker/next-pwa/tree/master/examples/custom-ts-worker
Currently, if the tracker app loses connection to internet, functions, such as the QR code, become unreachable. We want to somehow store this information to allow for users to use these functions without internet.
The functions we would like to access without internet include:
Some useful links:
https://tanstack.com/query/v4/docs/react/guides/network-mode
https://web.dev/learn/pwa/serving/
https://github.com/shadowwalker/next-pwa/tree/master/examples/custom-ts-worker