-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/remote/cozy: Use cozy-stack-client methods
Methods from cozy-client use a redux store to keep a local data cache which creates a large memory footprint for Desktop without benefits since we don't use that store. These methods wrap cozy-stack-client methods which make the calls to the remote Cozy without dealing with redux. Using them should make Desktop a little lighter.
- Loading branch information
1 parent
40eaa10
commit f5a4375
Showing
2 changed files
with
6 additions
and
3 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