DEV Community

Discussion on: A Fundamental Guide To React Suspense

Collapse
 
kkrizzz profile image
kkrizzz • Edited

Thanks for the article, but I think you are speculating on this. Because your suspense example is totally different from examples 1 and 2 and totally achievable without suspense, if you structure App for 'fetch-on-render' similarly.
Also there are no 'parent' and 'child' components in 'suspense' example, just same-level components.
And it is wrong to call this 'Fundamental' not even describing how suspense working on base level or how to write down suspense-oriented hooks.
It is not cancels improvements which Suspense brings, but not the way you describing it.