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

Block or report realiarthur

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. redux-tools.ts redux-tools.ts
    1
    // Action Creator
    2
    type ActionCreator<P> = <A extends keyof P, TParams extends any[]>(
    3
      type: A,
    4
      prepare?: P[A] extends void ? undefined : (...args: TParams) => P[A],
    5
    ) => (
  2. lite-form lite-form Public

    Form HOC for Web Components. Also works for LitElement.

    JavaScript 9 1

  3. react-fieldset react-fieldset Public

    Declarative field naming and props providing in complex tree-data forms

    JavaScript 4

  4. lite-recaptcha lite-recaptcha Public

    Recaptcha Web Component. Also works for LitElement.

    JavaScript 2 2

  5. lite-redux lite-redux Public

    Redux Connect HoC for Web Components. Also works for LitElement.

    JavaScript 1

  6. wc-article-eng wc-article-eng Public

    Web Components in a Real Project. Machine translate of article