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/advanced-concepts/background-updates.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Background Updates
2
2
3
-
Background updates allow your application to keep data fresh without interrupting the user experience. @kitbag/query provides several mechanisms for updating data in the background.
3
+
<!--Background updates allow your application to keep data fresh without interrupting the user experience. Kitbag query provides several mechanisms for updating data in the background.
4
4
5
5
## Automatic Background Updates
6
6
@@ -506,18 +506,18 @@ Show non-intrusive indicators for background updates:
Copy file name to clipboardExpand all lines: docs/advanced-concepts/error-handling.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Error Handling
2
2
3
-
Effective error handling is crucial for building robust applications. @kitbag/query provides multiple layers of error handling for both queries and mutations.
3
+
<!--Effective error handling is crucial for building robust applications. Kitbag query provides multiple layers of error handling for both queries and mutations.
4
4
5
5
## Basic Error Handling
6
6
@@ -16,7 +16,7 @@ Effective error handling is crucial for building robust applications. @kitbag/qu
0 commit comments