Hey @CompuIves. Again, awesome work with CodeSandbox!
It would be great if we could have an empty (non-react/non-framework) templates for both plain JavaScript and TypeScript. I often just want to try out or share pure data-based JavaScript, like RxJS concepts and I don't need any visual representation for that, yet CodeSandbox is great for this use case too. Even better, perhaps the View part in such cases could be replaced with a visual console.log.
Cheers!
Bazyli
A vanilla template sounds very appealing! The big question is what we should include in this template in terms of webpack loaders, maybe we should just add everything and turn them on dynamically, but I don't want this template to be a catch-all template...
This is some tricky situation, would love to discuss this more.
Regarding the console, we have support for it very ๐ thanks to the work of @lbogdan ๐ .
Hmm, I propose to have these two rows of big button choices when creating a new sandbox.
Select your framework (โ tooltip: missing your favorite framework? Add it -here- -- links to new issue in this repo):
Select your language/transpiler (โ tooltip: missing your favorite language/transpiler? Add it -here- -- links to new issue in this repo):
And lastly, you'd have a tick box/button:
and that last option would allow one to customize the config, transpiler options, turn on/off loaders, etc. as needed.
Ooooh I like this! Will think some more about this.
We can close this with the vanilla template ๐
Most helpful comment
Ooooh I like this! Will think some more about this.