Missing useUser hook in VNDA integration
Open
vnda
- Dominant language
- TypeScript
- Stars
- 28
- Forks
- 30
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 4
Description
Similar to the "useUser" that VTEX has
```
import { state as storeState } from "./context.ts";
const { user, loading } = storeState;
const state = { user, loading };
export const useUser = () => state;
```
Contributor guide
Research direction
Locate the VNDA integration and its context.ts, then compare them with the existing VTEX useUser implementation shown in the issue. Done means the VNDA integration exposes an equivalent useUser hook with user and loading state; the issue names no tests or other verification steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100