Skip to content

Instantly share code, notes, and snippets.

View xyzdata's full-sized avatar
🏠
Working from home

xyzdata xyzdata

🏠
Working from home
View GitHub Profile
@xyzdata
xyzdata / npm-install-error.md
Created July 5, 2017 05:19
npm install error
@xyzdata
xyzdata / Ant-Components.md
Created July 3, 2017 07:09
Ant-Components

Ant-Components

    
//
@xyzdata
xyzdata / xgqfrms react-e.preventDefault()-e.stopPropagation().md
Created August 2, 2017 08:01
xgqfrms , react & e.preventDefault(); & e.stopPropagation();

react & e.preventDefault(); & e.stopPropagation();

xgqfrms react

    


e.preventDefault();
e.stopPropagation();

ES6

var UserGist = React.createClass({
  getInitialState() {
    return {
      username: '',
      lastGistUrl: ''
    };
  },
@xyzdata
xyzdata / ant-design-react-click-bug.md
Created June 23, 2017 01:32
ant-design & react click bug!