absurd-django icon indicating copy to clipboard operation
absurd-django copied to clipboard

Better editor experience

Open patrick91 opened this issue 3 years ago • 1 comments

We should see if we can reuse this: https://sandpack.codesandbox.io/

It seems to be mostly for javascript usecases, if I understood correctly it uses a bundler for running the code (https://sandpack.codesandbox.io/docs/advanced-usage/client#hosting-the-bundler), so maybe we can write our own that runs pyodide (and our custom django code).

Definitely worth seeing how long it would take do this :)

Otherwise can build our own UI 😊

patrick91 avatar Oct 14 '22 11:10 patrick91

https://github.com/codesandbox/sandpack-bundler

patrick91 avatar Oct 14 '22 11:10 patrick91