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

Block or report hunteva

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. A Tiny Global State hooks provide i... A Tiny Global State hooks provide immutability via session-storage and strong type check against StateShape
    1
    import { useState, useEffect, useRef } from 'react';
    2
    import { getState, setState } from './session-storage';
    3
    import { StateShape } from './types';
    4
    
                  
    5
    type StateKey = keyof StateShape;
  2. spencermountain/spacetime spencermountain/spacetime Public

    A lightweight javascript timezone library

    JavaScript 4k 184

  3. MindscapeHQ/raygun4reactnative MindscapeHQ/raygun4reactnative Public

    ReactNative crash reporting SDK for Raygun

    TypeScript 3 4

  4. freezer freezer Public

    Forked from arqex/freezer

    A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way.

    JavaScript