<Suspense .../>
Provides a fallback till children promises resolve (recursively)
# Suspense Attributes
| name | type | description |
|---|---|---|
| fallback | any | show fallback while awaiting |
| children | children | children to render |
Provides a fallback till children promises resolve (recursively)
| name | type | description |
|---|---|---|
| fallback | any | show fallback while awaiting |
| children | children | children to render |