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

Block or report stevegreatrex

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. ProxyApi ProxyApi Public

    A project to auto-generate JavaScript proxies for MVC and WebApi controllers

    C# 57 27

  2. ko.plus ko.plus Public

    Awesome extensions to KnockoutJS

    JavaScript 34 12

  3. Async Effect Hook Async Effect Hook
    1
    interface LoadStarted { type: 'STARTED'; }
    2
    interface LoadComplete<TResult> { type: 'COMPLETE'; result: TResult; }
    3
    interface LoadFailed { type: 'FAILED'; error: any; }
    4
    type LoadAction<TResult> = LoadStarted | LoadComplete<TResult> | LoadFailed;
    5
    type AsyncFunction<TResult> = () => Promise<TResult>;
  4. drinkup drinkup Public

    JavaScript