atom-codesandbox icon indicating copy to clipboard operation
atom-codesandbox copied to clipboard

Codesandbox Preview in Atom

Results 13 atom-codesandbox issues
Sort by recently updated
recently updated
newest added

given a preview'd file 'downshift.js', having a `import Downshift from 'downshift'` statement will lock up atom. We could either - require local imports to always specify the full filename, including...

Currently, we're recursively gathering the active file's content and dependencies to build our `{ files, dependencies }` structure. This works well for plain ES6 JavaScript, but not so much for...

need to render my own markup that uses atom's syntax classes