remix
remix copied to clipboard
Zero-config PWA Plugin for Remix
First of all thanks for working on a remix template for vite-pwa! I'm currently converting a CRA SPA into a remix app. I've followed the starting guide, this is my...
Steps to Reproduce: 1. Copy the folder `remix/examples/pwa-simple-sw` into a separate directory. 2. In `package.json`, replace `"@vite-pwa/remix": "workspace:*"` with `"@vite-pwa/remix": "^0.0.1"`. 3. Run `npm i`. 4. Run `npm run dev`....
I have some problems on my own to run vite-pwa on my project, so I try to see if your exampe is working properly but I use yarn on my...
With remix migration to react-router v7, is there any plan to update this repo and docs? Thank you.
Apologies if this is redundant, I've been working on converting my Remix web app to a fully offline-first application for a while and I've been looking into a lot of...