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 / redux-logging.md
Created July 2, 2017 03:56
redux-logging-production-logrocket
@xgqfrms-GitHub
xgqfrms-GitHub / jasmine-testing-functional-javascript.md
Last active July 2, 2017 02:16
Testing Functional JavaScript
@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 / es6-React-export-import-module.md
Last active June 30, 2017 03:18
React export & import , ES6 module

React export & import

export {IndexComponents};

export default IndexComponents;

import {MenuManagement} from './MenuManagement';

@xgqfrms-GitHub
xgqfrms-GitHub / class-components-props-function(props).md
Last active June 30, 2017 08:50
class components props & function components (props)
@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"] }
@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>
    <!--