You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since SWR 1.1.0, object-like keys will be serialized under the hood automatically.
183
+
Since SWR 1.1.0, object-like keys will be serialized under the hood
184
+
automatically.
186
185
</Callout>
187
186
188
187
<Calloutemoji="⚠️">
@@ -213,5 +212,7 @@ serialized to the same string, and the fetcher will still receive those object
213
212
arguments.
214
213
215
214
<Callout>
216
-
Furthermore, you can use libs like [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) instead of `JSON.stringify` — faster and stabler.
Copy file name to clipboardExpand all lines: examples/swr-site/pages/en/docs/with-nextjs.mdx
+2-1
Original file line number
Diff line number
Diff line change
@@ -67,5 +67,6 @@ fully powered by SWR on the client side. The data can be dynamic and
67
67
self-updated over time.
68
68
69
69
<Callout>
70
-
The `Article` component will render the pre-generated data first, and after the page is hydrated, it will fetch the latest data again to keep it refresh.
70
+
The `Article` component will render the pre-generated data first, and after
71
+
the page is hydrated, it will fetch the latest data again to keep it refresh.
Copy file name to clipboardExpand all lines: examples/swr-site/pages/es/docs/with-nextjs.mdx
+2-1
Original file line number
Diff line number
Diff line change
@@ -71,5 +71,6 @@ fully powered by SWR on the client side. The data can be dynamic and
71
71
self-updated over time.
72
72
73
73
<Callout>
74
-
The `Article` component will render the pre-generated data first, and after the page is hydrated, it will fetch the latest data again to keep it refresh.
74
+
The `Article` component will render the pre-generated data first, and after
75
+
the page is hydrated, it will fetch the latest data again to keep it refresh.
Кроме того, вы можете использовать такие библиотеки, как [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) вместо `JSON.stringify` — быстрее и стабильнее.
218
+
Кроме того, вы можете использовать такие библиотеки, как
Данные могут быть динамическими и автоматически обновляться с течением времени.
71
71
72
72
<Callout>
73
-
Компонент `Article` сначала отрендерит предварительно сгенерированные данные, а после гидратации страницы он снова получит последние данные, чтобы они были актуальными.
73
+
Компонент `Article` сначала отрендерит предварительно сгенерированные данные,
74
+
а после гидратации страницы он снова получит последние данные, чтобы они были
0 commit comments