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

Block or report derekedelaney

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. pokedex-web pokedex-web Public

    A frontend to the PokéAPI

    TypeScript

  2. google-news-tab-v2 google-news-tab-v2 Public

    TypeScript 1

  3. react-input-tags react-input-tags Public

    An input box with tags.

    JavaScript 2

  4. react-menu-group react-menu-group Public archive

    Displays a row of repeating elements and collapses them when the screen is too small.

    JavaScript

  5. Adds confetti to a flutter Dialog Adds confetti to a flutter Dialog
    1
    import 'package:flutter/material.dart';
    2
    import 'package:confetti/confetti.dart';
    3
    
                  
    4
    Future<T> showConfettiDialog<T>({
    5
      @required BuildContext context,
  6. Add the window size as a prop to you... Add the window size as a prop to your React component. For class and function components with hooks.
    1
    import React, { useEffect, useState } from 'react';
    2
    
                  
    3
    export enum WINDOW_SIZE {
    4
        XSMALL = 375,
    5
        SMALL = 768,