Skip to content

Instantly share code, notes, and snippets.

View xgqfrms-GitHub's full-sized avatar
🌴
On vacation

anonymous xgqfrms-GitHub

🌴
On vacation
View GitHub Profile
@xgqfrms-GitHub
xgqfrms-GitHub / chrome background All In One.md
Last active July 10, 2022 15:56
chrome background All In One

chrome background All In One

chrome new tab page

chrome-untrusted://new-tab-page/background.jpg?ts=1657467986

image

@xgqfrms-GitHub
xgqfrms-GitHub / html5-tempalte-all-in-one.md
Last active April 18, 2022 08:38
# html5 tempalte all in one

html5 tempalte all in one

<!DOCTYPE html>
<html lang="zh-Hans" manifest="manifest.appcache">
<!-- manifest.json -->

<head>
    <!--
@xgqfrms-GitHub
xgqfrms-GitHub / fetch-iife-es6-return-undefined.md
Created June 28, 2017 01:42
fetch & IIFE & ES6 & return undefined

fetch & IIFE & ES6 & return undefined

    
// IIFE & return


let nct = ((username=`xgqfrms-GitHub`, repo=`Node-CLI-Tools`) => {
    fetch(`https://api.github.com/repos/${username}/${repo}/commits`,{
@xgqfrms-GitHub
xgqfrms-GitHub / React-Skeleton-ES6.md
Last active December 22, 2021 18:36
React Skeleton ES6

React Skeleton ES6

    


import React, {Component} from 'react';
@xgqfrms-GitHub
xgqfrms-GitHub / stateless -function-components-no-refs.md
Last active December 22, 2021 18:35
Stateless function components & no refs

Stateless function components & no refs

Invariant Violation: Stateless function components cannot have refs.

    
const styles = {
    width: "100px",
@xgqfrms-GitHub
xgqfrms-GitHub / redux-simple-tutorial.md
Last active December 22, 2021 18:32
redux-simple-tutorial
@xgqfrms-GitHub
xgqfrms-GitHub / webpack-input-value-object-length-github-gist-api.md
Last active December 22, 2021 18:24
webpack-input-value-object-length & github gist API
@xgqfrms-GitHub
xgqfrms-GitHub / MDN-for-array-object.md
Last active December 22, 2021 18:24
MDN Array & Object & for...in, for...of, for, forEach