I built reactive framework in rust. instead of flutter it uses native rendering on every platform (not custom, like flutter does) so it apps look as native as possible
also, it uses proc macro to make your code reactive. you wrote code without useState and other reactive primitives, but goyda makes it reactive in compile-time
goyda is not stable for now, but im pretty sure it will be stable soon
anybodyy•50m ago
also, it uses proc macro to make your code reactive. you wrote code without useState and other reactive primitives, but goyda makes it reactive in compile-time
goyda is not stable for now, but im pretty sure it will be stable soon
check it out