Skip to content
View joshpensky's full-sized avatar
:shipit:
Codin'
:shipit:
Codin'

Organizations

@Scout-NU @filmify
Block or Report

Block or report joshpensky

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
joshpensky/README.md

👋

Pinned

  1. Upstatement/react-router-guards Upstatement/react-router-guards Public

    Guard middleware for React Router navigation

    TypeScript 121 19

  2. Upstatement/react-hooks Upstatement/react-hooks Public

    Repository of reusable custom React hooks

    TypeScript 5

  3. portfolio-2017 portfolio-2017 Public

    ⛔️ DEPRECATED | Portfolio for Josh Pensky (me!)

    CSS 2

  4. web-api-starter web-api-starter Public template

    React web app and Express/MongoDB API starter

    JavaScript 2

  5. watchr-prototype watchr-prototype Public

    Social binge watching

    PHP 2

  6. React/Vue universal Link component React/Vue universal Link component
    1
    import React from 'react';
    2
    import PropTypes from 'prop-types';
    3
    // This example uses the Link component from 'react-router-dom'
    4
    // but can use any internal routing link component provided 
    5
    // by a package (like Link from 'gatsby')