Debounce
#332
Replies: 1 comment 2 replies
-
Yes! Part of the motivation for moving to ValueNotifier/ValueListenable is to support existing Flutter controllers: https://api.flutter.dev/flutter/widgets/UndoHistoryController-class.html Denounce is a perfect helper that would be awesome to add. Maybe even to core signals. Now that preact signals is separate I feel a lot better about adding helper methods without changing the signals api at the core |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Since the package is now moving more on the Flutter land,
without going as far as Rx, we can consider basics helpers
like Debounce to bind TextField to $signals.
Thoughs?
Beta Was this translation helpful? Give feedback.
All reactions