Skip to content
View myyellowshoe's full-sized avatar

Block or report myyellowshoe

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 Loading

  1. portfolio portfolio Public

    Repo for portfolio and works of the past.

    HTML

  2. A light walkthrough of adding eslint... A light walkthrough of adding eslint-airbnb and prettier to a create react app.
    1
    Use the follwing steps to setup and use eslint and prettier in a create react app. I've seperated out the eslint and prettier setup so you can see whats needed for both.
    2
    
                  
    3
    ### 1. Create app
    4
    ```bash
    5
    npx create-react-app purdier
  3. React Cheat Sheet React Cheat Sheet
    1
    # React Cheat Sheet
    2
    
                  
    3
    A high level overview of react components for quick reference. The react docs are awesome, but wanted to make an even more distilled version. May leave some things out for simplicity. Assumes your using `react 16.8+`.
    4
    
                  
    5
    #### Component Types
  4. Auto Scaling Svg Solution Auto Scaling Svg Solution
    1
    # Autoscaling SVG's
    2
    
                  
    3
    Scaling svgs is annoying and most solutions require tradoffs I don't want. I'm suprised the ammount of solutions out there that are pretty subpar or require extra overhead.
    4
    
                  
    5
    ### What I don't want: