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

Block or report mosesoak

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-native-conductor react-native-conductor Public

    Orchestrate animations across components in one place

    JavaScript 267 12

  2. react-native-web-ts-app react-native-web-ts-app Public

    JavaScript 4 2

  3. MSIE Blocker Script (vanilla) MSIE Blocker Script (vanilla)
    1
    <head>
    2
      <script type="text/javascript">
    3
        // Show a blocking message on MSIE
    4
        // (documentMode is an IE-only property, versions 8-11)
    5
        if (typeof window !== 'undefined' && window.document.documentMode) {
  4. React hook that automates enabling o... React hook that automates enabling outlines for a11y when tab is used
    1
    import { useEffect, useState } from 'react';
    2
    
                  
    3
    /**
    4
     * Workaround for outlines that flash or stick on click.
    5
     *
  5. repro-js-frontmatter-hmr repro-js-frontmatter-hmr Public

    Forked from yallllc/repro-js-frontmatter-hmr

    HMR breaks with gatsby-transformer-javascript-frontmatter plugin

    JavaScript