Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
589 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- mattetti/vscode-extension-samples TypeScript
- mattetti/graph-react-starter TypeScript
Created an issue in nmetulev/graph-react-starter that received 4 comments
API design - getting current user
const [user, userLoading ] = useGet<User>('/me'); which calls export function useGet<T = any>(resource: string, deps?: unknown[], options?: GetOptions

