Next -> Next.js (#4508)

This commit is contained in:
Sebastian Markbåge
2022-03-29 12:29:44 -04:00
committed by GitHub
parent 74246c13b9
commit 34b00843ca

View File

@@ -59,7 +59,7 @@ For more info, see our previous post: [How to upgrade to React 18](https://react
## Suspense in Data Frameworks {#suspense-in-data-frameworks}
In React 18, you can start using Suspense for data fetching in opinionated frameworks like Relay, Next, Hydrogen, or Remix. Ad hoc data fetching with Suspense is technically possible, but still not recommended as a general strategy.
In React 18, you can start using Suspense for data fetching in opinionated frameworks like Relay, Next.js, Hydrogen, or Remix. Ad hoc data fetching with Suspense is technically possible, but still not recommended as a general strategy.
In the future, we may expose additional primitives that could make it easier to access your data with Suspense, perhaps without the use an opinionated framework. However, Suspense works best when its deeply integrated into your applications architecture: your router, your data layer, and your server rendering environment. So even long term, we expect that libraries and frameworks will play a crucial role in the React ecosystem.