SolidJS coding style within Avalonia #19499
JakkuSakura
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
A lot of this looks similar to the declarative library. https://github.com/AvaloniaUI/Avalonia.Markup.Declarative |
Beta Was this translation helpful? Give feedback.
2 replies
-
If you are looking for code only minimalistic syntax with full reactive observability support you can check https://github.com/wieslawsoltes/NXUI , has some samples here https://github.com/wieslawsoltes/NXUI/tree/main/samples |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I really like SolidJS for its performance, elegance, and simplicity. I attempted to use the SolidJS coding style within Avalonia and the result was fascinating. I don't have to create 3 files for single component with all the binding and xaml messing around. If you come from web development, you will feel very similar.
https://github.com/JakkuSakura/SolidAvalonia
Beta Was this translation helpful? Give feedback.
All reactions