Is it bad to call batch
recursively in a nested structure?
#712
fabian-hiller
started this conversation in
General
Replies: 1 comment
-
Should be fine, batches can be nested: signals/packages/core/src/index.ts Lines 82 to 94 in eae850a Standard recursive behaviors apply of course, probably want to avoid hundreds/thousands of nested batches, but normal use shouldn't see any problems. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Example:
I could prevent that by writing this, but not sure if it is necessary.
Beta Was this translation helpful? Give feedback.
All reactions