diff --git a/website/blog/2022-11-24-release-0-20.md b/website/blog/2022-11-24-release-0-20.md index e4cbad2c4..5b9e480a1 100644 --- a/website/blog/2022-11-24-release-0-20.md +++ b/website/blog/2022-11-24-release-0-20.md @@ -20,7 +20,7 @@ Learn more at [Server-side rendering](/docs/advanced-topics/server-side-renderin ### 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).