Skip to content
View KennyHammerlund's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report KennyHammerlund

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-Emotion Mounting in a new wind... React-Emotion Mounting in a new window. When this component is mounted it creates a new window with an instance of React-Emotion attached to it.
    1
    import ReactDOM from "react-dom";
    2
    import React from "react";
    3
    import ScoreSheetLayout from "./scoresheetLayout";
    4
    
                  
    5
    import createEmotionStyled from "create-emotion-styled";
  2. graphQL graphQL Public

    examples of Apollo Graphql work

    JavaScript

  3. React Native Modal with a toggleable... React Native Modal with a toggleable content display/peeker
    1
    import React from 'react';
    2
    import { Modal, TouchableHighlight, TouchableWithoutFeedback, View, TextStyle, Animated } from 'react-native';
    3
    import style from './Modal.style';
    4
    import Loading from '../LoadingDots/LoadingDots';
    5
    import Ripple from 'react-native-material-ripple';
  4. apollogqlbowl apollogqlbowl Public

    React Native project to demonstrate optimistic ui in Apollo client

    JavaScript

  5. gqlsummmitApi gqlsummmitApi Public

    Apollo graphql server for the Optimistic UI: Predicting the future presentation at 2019 GraphQL Summit

    JavaScript

  6. expo-raygun-sourcemaps expo-raygun-sourcemaps Public

    Post publish hook to upload expo sourcemaps to raygun

    JavaScript