Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View jord-goldberg's full-sized avatar
  • New York, NY

Block or report jord-goldberg

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. ExTessera ExTessera Public

    D&D 5e Character Sheet - a Kotlin MVVM-Databinding App for Android, using Realm for persistence; sprinkled with Dagger, Rx Java 1, and a heaping portion of Material Design

    Kotlin 17 6

  2. useVideoFrames react hook - a callba... useVideoFrames react hook - a callback for every frame of a video element
    1
    import React, { useEffect, useRef, useState } from "react";
    2
    
                  
    3
    type VideoEventListenerMap = {
    4
      [EventName in keyof HTMLMediaElementEventMap]?: EventListener;
    5
    };
  3. React-redux batch actions middleware... React-redux batch actions middleware typed using variadic tuples
    1
    import { batch } from 'react-redux';
    2
    import {
    3
      Action,
    4
      AnyAction,
    5
      Middleware,
  4. Opinionated styled-system css and va... Opinionated styled-system css and variant function typings that enforce use of theme-defined values.
    1
    /**
    2
     * `Multiples`, `Scales` & `Aliases` types from
    3
     * [@styled-system/css](https://github.com/styled-system/styled-system/blob/master/packages/css/src/index.js)
    4
     */
    5
    declare module "@styled-system/css" {