deco-cx / deco-cx/apps

Missing useUser hook in VNDA integration

Open
#384 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.