Replies: 1 comment
-
Related: #63663 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
Create React App could be used offline but modern React frameworks don't support this use case yet.
Proposal
Most of the edge runtime code is already service worker compatible. Some things might need to change (no top-level await, no dynamic import, no Node.js specific API usage).
I'd like to contribute but could use some pointers on where service either fetch event handler would best hook into a compiled Next app, etc.
Beta Was this translation helpful? Give feedback.
All reactions