Skip to content
View fay-jai's full-sized avatar
✌️
✌️

Block or report fay-jai

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. getify/You-Dont-Know-JS getify/You-Dont-Know-JS Public

    A book series on JavaScript. @YDKJS on twitter.

    179k 33.4k

  2. vim-backup vim-backup Public

    Back up contents of .vimrc and .vim

    Vim Script

  3. AdventOfCode2018 AdventOfCode2018 Public

    Elixir

  4. react-lifecycle-parent-child.jsx react-lifecycle-parent-child.jsx
    1
    import React from "react";
    2
    import { render } from "react-dom";
    3
    
                  
    4
    const ParentComponent = React.createClass({
    5
      getDefaultProps: function() {