Posts
Members
Info
React DevTools on Next.js & Gatsby Templates
I love that React DevTools are shown on React sandboxes, but they are not available on Next.js sandboxes.. It would be great to be able to use them together!
0
0
CodeSandbox Github Plugin
Firstly thanks for building CodeSandbox. It's the best thing on the web that I use on my daily basis. I was recently doing reviews of PR in which I directly pasted the Github URL in the Import tab for testing the functionality and the code. As this is a manual process so I was…
1
4
Can I use one Git Repo for multiple sandboxes?
I'm wanting to use CodeSandBox for answering stack overflow questions, and I'd like to have a single stack-overflow repo on github, and save all my codesandboxes that I use for stack overflow in that repo. Is this possible in the near future?
0
4
Show Descriptions in the Dashboard
The name of my sandboxes are mostly all the same, because changing the name affects the output assets, and I don't want to have to reconfigure the js/css links in index.html when I change names (so I've left the name the same, and just changed the descriptions of these…
0
4
New snapshot was not written. The update flag must be explicitly passed to…
can codesandbox write snapshot or this not supported (yet) if supported any one got an example/tip/trick?
1
0
Allow multiple jobs / processes on containers
Some node-powered build tools utilize multiple worker processes for more efficient building. Currently, codesandbox kills additional processes. This causes a learning disconnect between normal development and codesandbox development. Removing this restriction would reduce the…
0
6
Sort templates by their output technology, not their implementation details
Currently, there are a number of container templates, that should be in a "Frontend Dev" category. The fact that they are containers does not matter to anyway and causes visibility problems for people new to codesandbox looking for the right tool.
0
3
Support more payment methods
Support other payment methods other than credit card for Patron page. Like PayPal and others.
1
2
Ctrl+c + re-run yarn start on the browser
Sometimes I do a thing that requires the start command to be stopped and re-started. I haven't been successful at doing this in the terminal, or by clicking restart sandbox. Instead, what I have to do is click restart container. …
0
1
Integrated debugger with hot reloading and time traveling
I wrote a transpiler which can convert a JS code into a special API which is easy to adapt to integrate a common source debugging features plus not usually present ones as mentioned in the subject. It allows suspending computation at any point and provide access to the whole…
2
49