Replies: 3 comments
-
and would leptos increase the size to the final binary? |
Beta Was this translation helpful? Give feedback.
-
For sure! We don't have a renderer or anything for most platforms, but most other UI toolkits are built on the same model as the DOM: stateful, retained-mode widgets that fire events or callbacks. You can do things like the GTK example to use But it's very viable: Lapce, for example, is working on a new UI library called |
Beta Was this translation helpful? Give feedback.
-
thanks, I really like how simple and easy the reactive system is |
Beta Was this translation helpful? Give feedback.
-
So I saw the example of letpos with GTK, rust currently has good support for accesing the os apis and ui toolkits, for example there is GTK and winrs https://github.com/microsoft/windows-rs, my question is can I use leptos as abtraction to updating changes in the UI toolkits, for example GTK, windows, or even android ?
Beta Was this translation helpful? Give feedback.
All reactions