Skip to content

Instantly share code, notes, and snippets.

View xgqfrms's full-sized avatar
๐Ÿ’ญ
๐ŸŽ‰ ๐Ÿ‘ป ๐Ÿ’ป ๐Ÿ•ต๏ธโ€โ™‚๏ธ

xgqfrms xgqfrms

๐Ÿ’ญ
๐ŸŽ‰ ๐Ÿ‘ป ๐Ÿ’ป ๐Ÿ•ต๏ธโ€โ™‚๏ธ
View GitHub Profile
@xgqfrms-GitHub
xgqfrms-GitHub / front-end-tooling-trends-2017.md
Created March 10, 2017 07:53
> React & Angular2 & Typescript & ES6 & Gulp & Webpack & Sass & Lodash & Mocha & Jasmine & jQuery
@xgqfrms-GitHub
xgqfrms-GitHub / react-es6-skeleton-jsx.md
Last active February 19, 2020 16:07
react es6 skeleton jsx

react es6 skeleton

// es6 new
import React { Component } from 'react';
import styles from "./style.css";

class XyzComponent extends Component {
    constructor(props) {
 super(props);
@xgqfrms-GitHub
xgqfrms-GitHub / http-status-code.md
Last active February 17, 2023 09:10
HTTP Status Codes

HTTP Status Codes

# 1ร—ร— Informational

100 Continue
101 Switching Protocols
102 Processing

# 2ร—ร— Success
@xgqfrms-GitHub
xgqfrms-GitHub / react-vr.md
Last active September 23, 2022 16:21
React VR & web VR
@xgqfrms-GitHub
xgqfrms-GitHub / js-spider.md
Created June 4, 2017 16:26
js spider & JavaScript ่œ˜่››

JavaScript ่œ˜่››

https://rollbar.com/docs/

const links = document.querySelectorAll(`ul.image-list a`);

let svg_name_arr = [];
let svg_url_obj = {};
@xgqfrms-GitHub
xgqfrms-GitHub / markdown-checkbox.md
Last active September 23, 2023 07:42
markdown checkbox
@xgqfrms
xgqfrms / GitHub-GraphQL-API-v4.md
Created June 10, 2017 09:31
REST API v3 & GitHub GraphQL API v4
@xgqfrms-GitHub
xgqfrms-GitHub / new-fetch-response.json().md
Last active September 28, 2020 07:56
New Fetch API & `response.json();` & `response.blob();`
@xgqfrms-GitHub
xgqfrms-GitHub / cmd-copy-clipboard-clip.md
Last active September 19, 2023 08:03
how to copy to clipboard using windows cmd & clipboard & copy & clip