Skip to content

Commit 85bb280

Browse files
committed
Install zustand for client state management
Replaces usage of useState
1 parent 201d1a2 commit 85bb280

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

website/package-lock.json

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"react-router": "^7.5.1",
1414
"react-scripts": "^5.0.1",
1515
"react-scroll": "^1.8.1",
16-
"recharts": "^2.0.8"
16+
"recharts": "^2.0.8",
17+
"zustand": "^5.0.4"
1718
},
1819
"scripts": {
1920
"start": "react-scripts start",

0 commit comments

Comments
 (0)