mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Fix typo in release notes (#2982)
This commit is contained in:
parent
6e3fa1b6c7
commit
f4a0e2d0a2
@ -20,7 +20,7 @@ Learn more at [Server-side rendering](/docs/advanced-topics/server-side-renderin
|
|||||||
|
|
||||||
### Data fetching
|
### Data fetching
|
||||||
|
|
||||||
With SSR comes new ways of data-fetching. The newly added [`use_prepared_state!`](https://api.yew.rs/next/yew/functional/macro.use_prepared_state.html) hook can be used to fetch data while rendering on the and seemlessly use it in the component.
|
With SSR comes new ways of data-fetching. The newly added [`use_prepared_state!`](https://api.yew.rs/next/yew/functional/macro.use_prepared_state.html) hook can be used to fetch data while rendering on the server and seemlessly use it in the component.
|
||||||
|
|
||||||
For client-side fetching, Yew now supports render-as-you-fetch approach with [Suspense](/docs/concepts/suspense).
|
For client-side fetching, Yew now supports render-as-you-fetch approach with [Suspense](/docs/concepts/suspense).
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user