Post #1865892
2026-02-25 02:00 UTC
@jnkrtech does that mean functions which call into each other recursively back and forth?
A while ago it was unusual to me to see in a react app error boundary components having errors inside them which then go into suspense boundaries. Back and forward between the boundaries and other parts of the error handling.
Also saw some odd (to me) looping behavior I was trying to figure out between a k8s scheduler and resources which schedule resources which go into the schedulers back and forth.
Replies (1)
-
@jnkrtech@social.treehouse.systems 2026-02-25 02:27
@renedudfield yup! I’m specifically trying to look for hairy or complex behavior that it would be hard to remove the recursion out of. Do you have any more details on the react thing you saw? I don’t really know much about react