Skip to content

Instantly share code, notes, and snippets.

View GuoYuefei's full-sized avatar
❤️
I need your little star

Solomon GuoYuefei

❤️
I need your little star
  • Mars
View GitHub Profile
@GuoYuefei
GuoYuefei / .travis.yml
Last active December 10, 2020 05:59
go项目的一个travis简单模板
language: go
sudo: true
### blacklist
# branches:
# except:
# - legacy
# - experimental
### whitelist
@GuoYuefei
GuoYuefei / Provider.js
Created January 14, 2020 13:34
react-redux的重实现,暂叫redux-connect吧。😂所以放在redux-connect文件夹下,import相对路径使用它吧。
import React from 'react';
const Store = React.createContext();
Store.displayName = "redux-connect";
class Provider extends React.Component {
render() {
let props = this.props;
return (
@GuoYuefei
GuoYuefei / cloudSettings
Created October 16, 2019 06:18
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-10-16T06:18:49.221Z","extensionVersion":"v3.4.3"}