(frontend) add react-intersection-observer package

- Install `react-intersection-observer` to manage element visibility detection.
- Enables features like lazy loading, animations on scroll, and triggering
events when elements appear in the viewport.
This commit is contained in:
Nathan Panchout
2024-11-19 15:56:06 +01:00
committed by Anthony LC
parent 192ab1121c
commit 68a390ef59
2 changed files with 6 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
"react-aria-components": "1.5.0",
"react-dom": "*",
"react-i18next": "15.4.0",
"react-intersection-observer": "9.13.1",
"react-select": "5.9.0",
"styled-components": "6.1.13",
"y-protocols": "1.0.6",