Ultra: The Quest for Zero-Legacy

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

react-query

https://tanstack.com/query

ultra-with-react-query