You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a Flutter fork of Preact signals and made an AsyncSignal for working with async data that still works the way you would expect with signals that are sync:
https://github.com/rodydavis/signals.dart/blob/main/packages/signals_core/lib/src/async/state.dart
I was able to port the logic to typescript including support for the native AbortController and would love to get some feedback:
Usage:
Beta Was this translation helpful? Give feedback.
All reactions