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 / eslint-1-warnings-2-errors.md
Last active August 27, 2017 15:35
`1` for `warnings` and `2` for `errors` & "rules": { "semi": [2, "always"] }
@xyzdata
xyzdata / event-listener-CSS-Pseudo-element-getComputedStyle.md
Created June 28, 2017 04:57
how to add an event listener to a CSS Pseudo-element
@xgqfrms-GitHub
xgqfrms-GitHub / GitHub-API.md
Last active November 10, 2020 14:54
GitHub GraphQL API

github API

GitHub GraphQL API

let username = `xgqfrms-GitHub`;
    repo = `Node-CLI-Tools/commits`;
@xyzdata
xyzdata / dynamically-generate-nested-li.md
Last active October 31, 2017 06:07
how to dynamically generate nested li list using js

how to dynamically generate nested li list using js

    
//
@xyzdata
xyzdata / cmd-copy-clipboard-clip.md
Last active June 26, 2017 01:58
how to copy to clipboard using windows cmd
@xyzdata
xyzdata / ant-design-react-click-bug.md
Created June 23, 2017 01:32
ant-design & react click bug!
@xyzdata
xyzdata / multi-react-root-dom-nodes.md
Created June 22, 2017 08:22
Multi React root DOM node