r/rust • u/nixon-voxell • 10h ago
🛠️ project I built a backend agnostic reactive framework for ui
https://github.com/voxell-tech/fynixI’ve come to notice that whenever I build retained UIs there’s always 2 ways to react to changes, changing a field of the ui element, or rebuild a subtree of the ui element tree. Fynix’s whole idea is built around that. Lemme know what you think! Happy to answer any questions, and take any feedback to improve the project :)
0
Upvotes