-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor the
core-data
store to thunks (#28389)
* Rename triggerFetch to apiFetch * Migrate __experimentalBatch * Inline apiFetch options * Remove redundant async/awaits * Remove duplicate comments (likely results of earlier merges) * Remove controls from the fully thunkified store * Adjust unit tests * Restore a few await statements before dispatch. * Restore await before dispatch( removeItems * Remove awaits from synchronous calls Co-authored-by: Adam Zieliński <[email protected]>
- Loading branch information
Showing
7 changed files
with
67 additions
and
140 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.