| ▲ | flr03 4 days ago | |
How is that better than a ValueListenable/ValueListenableBuilder? | ||
| ▲ | yoyo930021 3 days ago | parent [-] | |
I believe there are several improvements in this approach: 1. Interdependent reactive states – multiple dependencies can now be related and work together seamlessly. 2. Automatic dependency tracking – updates are triggered only when minimal changes occur, ensuring efficient reactivity. 3. Composition or Hook APIs – provide a new and cleaner way to structure and organize code logic. | ||