Rebuildless/Updating Data #218
Closed
busslina
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
BTW, you could simplify your code a bit: Getter<T> silentData<T>(T value) {
final data = use.data(value);
data.value = value;
return data.$1;
} But yea, normally something like use.memo would be fine before a listener in a use.effect |
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
-
Beta Was this translation helpful? Give feedback.
All reactions