JSerZANP / jser.dev-comment

1 stars 0 forks source link

react/2022/06/19/how-does-suspense-list-work/ #10

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

How does SuspenseList work internally in React?

SuspenseList is a comoponent to orchestrate the content revealing order of multiple Suspenses.

https://jser.dev/react/2022/06/19/how-does-suspense-list-work/

a90100 commented 2 months ago

This article is detailed. Thanks a lot!