Skip to content

Commit

Permalink
Add React Query to cache Contentful client-side queries
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed May 31, 2024
1 parent 020c4a8 commit 3d6c9cf
Show file tree
Hide file tree
Showing 8 changed files with 2,532 additions and 59 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@heroicons/react": "^2.1.3",
"@next/third-parties": "^14.2.3",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.40.0",
"contentful": "^10.11.7",
"contentful-management": "^11.26.2",
"install": "^0.13.0",
Expand All @@ -31,9 +32,11 @@
"react-loading-skeleton": "^3.4.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"contentful-cli": "^3.3.1",
"eslint": "^9.3.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 3d6c9cf

Please sign in to comment.