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/DataProviders.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -945,6 +945,10 @@ export const App = () => (
945
945
```
946
946
{% endraw %}
947
947
948
+
This is enough to make all the standard react-admin features support offline scenarios.
949
+
950
+
## Adding Offline Support To Custom Mutations
951
+
948
952
If you have [custom mutations](./Actions.md#calling-custom-methods) on your dataProvider, you can enable offline support for them too. For instance, if your `dataProvider` exposes a `banUser()` method:
0 commit comments