brisa-build / brisa

The Web Platform Framework.
https://brisa.build
MIT License
452 stars 12 forks source link

[playground] Add an interactive guide to follow with the playground #526

Open aralroca opened 1 month ago

aralroca commented 1 month ago

Related to https://github.com/brisa-build/brisa/issues/158

This is blocked for: https://github.com/brisa-build/brisa/issues/525

In the same way that we expose the API to compile a WC, we must do the same for a Server Component, and to be able to use it inside the Playground to offer in the Playground to play also with the Server Components.

enzonotario commented 1 month ago

Would you like to use something like TutorialKit? Or are you thinking in something more custom-made?

aralroca commented 1 month ago

@enzonotario I didn't think about it, I was thinking more custom-made, but because I didn't know TutorialKit. Maybe we can value it. The editor for it be the same as the one we have or it come integrated?

enzonotario commented 1 month ago

I think we can re-use the current Monaco Editor, as long as we can import/use those React components.

I'll give it a little chance to see if possible.