Maybe this is already a feature, but I cannot seem to figure out how to do it. Is there a way to import from another sandbox? The idea here is import a React component from one sandbox to the next.
There's no way yet. But definitely an interesting concept, we wanted to do something like this at the beginning of CodeSandbox, but decided to not to do it in initial release to keep our use cases broad.
This could be just useful!
When using React Sandbox we could end the index.js with
export default App
if we want to reuse that project as component inside another one.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue has been automatically closed because there wasn't any activity after the previous notice or the stale label wasn't removed.
Most helpful comment
There's no way yet. But definitely an interesting concept, we wanted to do something like this at the beginning of CodeSandbox, but decided to not to do it in initial release to keep our use cases broad.