(app-desk) create a basic feature Teams

As a prove of concept, to check the full process of our token,
we create a basic feature Teams.
This feature can create a team and list all teams.
We use react-query to manage the cache and the request to the API.
This commit is contained in:
Anthony LC
2024-01-10 11:35:30 +01:00
committed by Anthony LC
parent d0b2f9c171
commit 5aca2c48e3
12 changed files with 226 additions and 23 deletions

View File

@@ -15,12 +15,15 @@
},
"dependencies": {
"@openfun/cunningham-react": "2.4.0",
"@tanstack/react-query": "5.17.1",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"zustand": "4.4.7"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "5.17.1",
"@tanstack/react-query-devtools": "5.17.12",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.11",