Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@EpicGames @WrocTypeScript @zagrajmy

Pinned

  1. Build consistent, themeable React apps based on constraint-based design principles

    TypeScript 3.1k 396

  2. 🇨🇭 A React renderer for Three.js (web and react-native)

    TypeScript 10.6k 518

  3. 🗺️ generate links to maps generated by azgaar/fantasy-map-generator.

    TypeScript 16 7

  4. 🔪 A CLI for sindresorhus/slash

    JavaScript

  5. 1
    interface A { type: 'A', a: 10 };
    2
    interface B { type: 'B', b: [11] };
    3
    type AB = A | B;
    4
    
                  
    5
    type TypeOf<T extends { type: any }> = T extends { type: infer Type } ? Type : never;
  6. The repository for high quality TypeScript type definitions.

    TypeScript 30.7k 23.1k

Contribution activity

November 2020

Created 30 commits in 1 repository
Reviewed 4 pull requests in 2 repositories
system-ui/theme-ui 3 pull requests
DefinitelyTyped/DefinitelyTyped 1 pull request

Created an issue in system-ui/theme-ui that received 9 comments

⛱ Release v0.4.0

This is an umbrella issue for bugfixes, problems and tasks regarding next Theme UI releases. I updated the changelog to include current additions t…

7 of 21 9 comments
Opened 1 other issue in 1 repository
piglovesyou/graphql-let
1 open
21 contributions in private repositories Nov 2 – Nov 11

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.