-
Notifications
You must be signed in to change notification settings - Fork 59
Add JSDoc comments to store files #22
Copy link
Copy link
Open
Deepak8858/Get-Started-with-Web3
#2Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Task
Add JSDoc comments to all Zustand store files to improve developer experience and code readability.
What to do
@typedeffor each store's state shape@paramand@returns@moduledescription for each store fileFiles to look at
src/store/useContentStore.js— content fetching and cachingsrc/store/useUserStore.js— user progress, badges, streakssrc/store/useAppStore.js— app settings, API keysrc/store/useSearchStore.js— search history and stateWhat a good PR looks like