Skip to content
View flatlinediver's full-sized avatar
Block or Report

Block or report flatlinediver

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. react-spinner react-spinner Public

    Loading spinner based on Material-UI

    TypeScript 6 1

  2. react-spinner-demo react-spinner-demo Public

    TypeScript 2

  3. Constructing Styled Theme with infer... Constructing Styled Theme with inferred units
    1
    type ItemsWithUnit<T> = T & { [P in keyof T & string as `_${P}`]: T[P] };
    2
    
                  
    3
    const withUnit = <T>(items: T, unit = 'px'): ItemsWithUnit<T> => {
    4
      let newObj = {};
    5
      Object.keys(items).forEach((key) => {
  4. react-router-motion-demo react-router-motion-demo Public

    Animating React route changes using React Motion

    TypeScript 14 2

  5. typegraphql-typegoose-boilerplate typegraphql-typegoose-boilerplate Public template

    TypeScript 1