sandpack
sandpack copied to clipboard
A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.
Currently, a lot of operations are being done in the `componentDidUpdate`, and as Dan mentioned on #377 this is a pattern that must be avoided, in order to prevent nested...
# What is this feature? Implement the ability to load external sandbox from CodeSandbox directly on Sandpack. The API would looks something like this: ```jsx ``` ### Main challenges: -...
# Tell us how you think we can improve Sandpack In order to improve community adoption, we could spend more time building an official plugin for Docusarus. Actually, we have...
# Tell us how you think we can improve Sandpack In order to improve the community adoption, we could spend more time building an official plugin for MDX and convert...
Because the bundler is a static build with a predefined html, we cannot serve the entry html of each sandpack, the same way codesandbox does. Hence, the tags don't get...
# Tell us how you think we can improve Sandpack To give some context, I have additional library files in a `public` folder that is meant to be statically served....
# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem I'm using `sandpack-react`. Using the `svelte` template with default settings, reactive variables...
# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem In development, usage of React < v18 results in noisy console logging...
# Bug report ## Packages affected - [ ] sandpack-client - [X] sandpack-react ## Description of the problem 1) The file icons in SandpackFileExplorer shrink when my file name is...
# Bug report ## Packages affected I'm not 100% sure 😅 - [ ] sandpack-client - [x] sandpack-react ## Description of the problem If the Sandpack renders an anchor tag,...