Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Code-Sandbox templates for more complete playground environments #571

Open
ryyppy opened this issue Oct 4, 2022 · 0 comments
Open

Comments

@ryyppy
Copy link
Member

ryyppy commented Oct 4, 2022

The playground is quite limited with its runtime capabilities, due to some complexities.

Here are a few details what the playground should be:

  • A tool to quickly show-case the JS output for a ReScript program
  • A quick way to try out new compiler features
  • A way to report certain bugs for specific compiler releases
  • (future) An exploratory tool for showing the AST?

Runtime wise, it would be best-case if we are able to console log stuff, but we don't really want to be able to render whole React programs.

To help users to try out ReScript in a more desktop like experience, we should find a way to provide a Code Sandbox template (maybe as a link on the playground page?), so that users can actually build whole ReScript apps in the browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant