SolidJS pattern in other languages and frameworks #2539
JakkuSakura
started this conversation in
Ideas
Replies: 1 comment
-
|
Cool project! There are a few notable implementations of the SolidJS reactive pattern in other ecosystems: Rust:
Kotlin:
Swift:
C#/.NET:
General/Multi-language:
Leptos is probably the closest in spirit to Solid — Ryan and Greg Johnston (Leptos creator) have discussed the design parallels extensively. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi all, I'm big fan of SolidJS. I wonder if there are SolidJS pattern libraries in other languages?
I've implemented SolidAvalonia and feels like I can use best of both worlds.
I also attempted to implement one for gpui-rs, but I no longer use gpui anymore due to it's slow compile time and less mature ecosystem
Beta Was this translation helpful? Give feedback.
All reactions