Memoize functions in commerce hooks and debounce update

This commit is contained in:
Luis Alvarez
2020-10-08 20:36:31 -05:00
parent 0aac955910
commit 5c4f3e7ff2
10 changed files with 95 additions and 49 deletions

View File

@@ -25,6 +25,7 @@
"cookie": "^0.4.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"lodash.debounce": "^4.0.8",
"next": "^9.5.4-canary.23",
"postcss-nesting": "^7.0.1",
"react": "^16.13.1",
@@ -39,6 +40,7 @@
"@graphql-codegen/typescript-operations": "^1.17.8",
"@types/cookie": "^0.4.0",
"@types/js-cookie": "^2.2.6",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"graphql": "^15.3.0",