-
Notifications
You must be signed in to change notification settings - Fork 25
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
Leptos components? #58
Comments
I would be happy to implement this. If I were to go about this, where would I begin? |
@rakshith-ravi Great, thank you! |
Indeed. I work with the Leptos team on 0.7 😄 |
Btw, people are saying that Monaco editor in general is not as well documented as CodeMirror:
And Monaco doesn't support mobile at all. For my needs, the only plus that Monaco has is better LSP support, but CodeMirror 6 supports some LSP features, just not all yet, but the situation will improve (yellow in that diagram means it's work-in-progress), and the LSP features that it already supports are the most important ones. Also, mobile support and fast-loading pagespeed is more important for me (as it was also for Replit). |
It would be nice to not just have yew components but also leptos components (for leptos 0.7) 🙂
The text was updated successfully, but these errors were encountered: