forked from rtk-incubator/rtk-query
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement retrying (rtk-incubator#64)
* Add a basic exponential backoff, additional tests and helpers, example (rtk-incubator#66) * Add error handling copy * Allow for a custom backoff fn * Add video links and fix config * Add additional tests for backoff fn Co-authored-by: Matt Sutkowski <[email protected]>
- Loading branch information
1 parent
5fd5fff
commit 5f45a38
Showing
24 changed files
with
892 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
id: react-authentication | ||
title: React Authentication | ||
sidebar_label: React Authentication | ||
hide_title: true | ||
hide_table_of_contents: true | ||
--- | ||
|
||
# `React Authentication Example` | ||
|
||
Coming soon... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
id: video-overview | ||
title: Video Overview | ||
sidebar_label: Video Overview | ||
hide_title: true | ||
hide_table_of_contents: true | ||
--- | ||
|
||
# Video Overview | ||
|
||
[Lenz Weber](https://twitter.com/phry) takes you on a brief tour of the basics for getting up and running with RTK Query. | ||
|
||
## 1. Setting up and writing a query | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/FDEgXmx1V4A" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
## 2. Basic mutations | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/eSs-XslROR8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
## 3. Basic invalidation | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/OCcGvg2I5E8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
Oops, something went wrong.