Data Fetching
Note: This section is a work-in-progress
Ultra supports multiple use-cases for fetching data on the server side.
render as you fetch (Suspense)
✏️
render as you fetch (Blocking)
✏️
Route based pre-fetching
✏️
use
Ultra supports React's use
API to handle async data loading.
RFC: First class support for promises and async/await