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

Migrate CodeSandbox examples to CodeSpaces #198

Open
vitoke opened this issue Dec 25, 2023 · 0 comments
Open

Migrate CodeSandbox examples to CodeSpaces #198

vitoke opened this issue Dec 25, 2023 · 0 comments

Comments

@vitoke
Copy link
Contributor

vitoke commented Dec 25, 2023

The current CodeSandbox examples are based on an old version of Rimbu since, for some reason, CodeSandbox does not know how to deal with module-based types. This is now lasting for quite a while and instead of waiting for CodeSandbox, it's probably wise to move to another alternative. I have tried StackBlitz but with similar results.

It seems that Github CodeSpaces is showing good promise to be a good alternative to offer an easy-to-use sandbox with the following characteristics:

  • Quick clone an example Rimbu repository
  • Good TypeScript support
  • Autocomplete/IntelliSense in browser
  • Ability to execute example scripts
  • Ability to change code in browser

Nice to havE:

  • Ability to embed examples into the documentation

If this works, the documentation also needs to be updated to remove all the references to CodeSandBox, and possibly add new references.

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