DEV Community

Discussion on: Shouldn't recursion be prevented in React component?

Collapse
 
kallmanation profile image
Nathan Kallman

A classic example for recursive components is nested comments: medium.com/@singhajendra1998/recur...

I'm sure there are many others

Collapse
 
elijahtrillionz profile image
Elijah Trillionz

Oh wow, that's a really good use-case. I don't think I would have done it that way though. Thanks for sharing.