Skip to content
View cmmartti's full-sized avatar

Organizations

@PokeAPI
Block or Report

Block or report cmmartti

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. pokemon-finder pokemon-finder Public

    A dynamic reporting application based on the PokéAPI GraphQL (beta)

    TypeScript 1

  2. verse-reader verse-reader Public

    A web application for viewing collections of verse.

    TypeScript

  3. usePending hook for React usePending hook for React
    1
    import React from "react";
    2
    
                  
    3
    /**
    4
     * Hide loading states from the user unless they exceed a minimum of `wait` ms, and
    5
     * once shown, display them for a minimum of `minLength` ms.
  4. charlesmarttinen.ca charlesmarttinen.ca Public

    My personal website built with Hugo

    SCSS

  5. cursorPagination.ts cursorPagination.ts
    1
    import { QueryBuilder } from 'knex';
    2
    
                  
    3
    import zip from './zip';
    4
    
                  
    5
    export interface Page {
  6. dynamic-tabs dynamic-tabs Public

    A demo of a tab bar for React that automatically shifts extra tabs into an overflow menu

    JavaScript 1 1