|
|
|
|
|
by atoko
406 days ago
|
|
I wonder if the omission of React Context in this example is intentional. Do you think Context is compatible with suspense? In the sense that posts is being passed to components as props three times over. Is it because each component is expected to abstract over async, relying on the promise state? |
|