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
Copy file name to clipboardExpand all lines: docs/core/api/Manager.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ import TypeScriptEditor from '@site/src/components/TypeScriptEditor';
15
15
16
16
# Manager
17
17
18
-
`Managers` are singletons that handle global side-effects. Kind of like `useEffect()` for the central data
18
+
`Managers` are singletons that handle global side-effects. Kind of like [useEffect()](https://react.dev/reference/react/useEffect) for the central data
19
19
store.
20
20
21
21
The default managers orchestrate the complex asynchronous behavior that <abbrtitle="Reactive Data Client">Data Client</abbr>
Copy file name to clipboardExpand all lines: docs/rest/guides/auth.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ MyResource.get({ id: 1 });
54
54
55
55
</EndpointPlayground>
56
56
57
+
See [Django Integration](./django.md) for an example that also includes [CSRF protection](https://docs.djangoproject.com/en/5.0/howto/csrf/#using-csrf-protection-with-ajax).
0 commit comments