CRXJS w/ Sandbox Page That Loads Remote React Script -- Best Practice? #837
Unanswered
Jgordon-pencilwrench
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Asking for best practices here:
The Goal:
I want to avoid going through the review process when I make changes to my extension, so I've decided to explore using a sandboxed page that loads a react app from my CDN.
The Implementation Plan
The user will interact with the page, then the sandboxed page will post a message for my extension to handle. I think it will work, but I'm looking for suggestions on how to handle developing this app.
The Issues I see:
Have other folks done this before (I'm assuming yesssss)? What is the ideal development flow for this kind of thing? I'm pretty sure this would pass Google's review, but would love to hear other people's experience.
Beta Was this translation helpful? Give feedback.
All reactions