Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Offline Support to the Website #225

Open
yashpandey06 opened this issue Dec 20, 2024 · 1 comment
Open

Add Offline Support to the Website #225

yashpandey06 opened this issue Dec 20, 2024 · 1 comment

Comments

@yashpandey06
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Users currently face issues when accessing the website without an active internet connection. This impacts usability, especially in areas with poor connectivity, as the website becomes unusable without internet access.

PWA (Progressive web app approach)

Describe the solution you'd like
Implement offline support for the React-based website using a Service Worker. Key features of the solution include:

  1. Caching Strategies:

    • Cache static assets (HTML, CSS, JavaScript) for offline availability.
    • Cache frequently accessed dynamic content to ensure the core functionality works offline.
  2. Service Worker Integration:

    • Use Workbox or a similar library to manage Service Worker registration and caching.
    • Precache essential resources during the initial page load.

Please suggest any additional ideas or improvements to ensure a smooth offline experience.

@yashpandey06
Copy link
Collaborator Author

yashpandey06 commented Dec 20, 2024

FYI (): As per discussion on slack , this is the not the priority issue right now ...but we will surely look into it in upcoming iterations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant