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

Data persistence and offline support #138

Open
clayton-schneider opened this issue Jan 17, 2024 · 1 comment
Open

Data persistence and offline support #138

clayton-schneider opened this issue Jan 17, 2024 · 1 comment

Comments

@clayton-schneider
Copy link
Collaborator

At the moment the initial design from the design team is being consolidated into one page.

Below are a few candidates we considered on how we can persist data when there is no DB or access to internet.

  • Thad found this article regarding what PWA's can do: https://whatpwacando.today/ and then how you can implement it in Remix
  • We considered using cookies to persist data from the server to the client, while there is no DB: here is a link
  • We also considered using local storage, which looks like is not accessible by PWA
@thadk
Copy link
Member

thadk commented Jan 17, 2024

I also made an unfinished, but basically working example repo for remix-pwa at https://github.com/thadk/epic-stack-with-remix-pwa

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

No branches or pull requests

2 participants