feat(images): add lazy loading for images

This commit is contained in:
2025-02-04 19:18:32 +01:00
parent e1a670cf6d
commit 8e7e3457b0
10 changed files with 295 additions and 151 deletions

View File

@@ -34,6 +34,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-lazy-load-image-component": "^1.6.3",
"react-router-dom": "^7.0.2"
},
"devDependencies": {
@@ -41,6 +42,7 @@
"@simonsmith/cypress-image-snapshot": "^9.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-lazy-load-image-component": "^1.6.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.18.0",
"eslint-plugin-react-hooks": "^5.1.0",