Skip to content

Instantly share code, notes, and snippets.

View winsonwq's full-sized avatar
🎯
Focusing

Wang Qiu winsonwq

🎯
Focusing
  • 可好玩乐
  • Chengdu China
View GitHub Profile
@winsonwq
winsonwq / ListStore.js
Last active October 13, 2017 13:36 — forked from morlay/ListStore.js
import { createStore } from 'reflux'
// if you don't mind
import { pipe, of } from 'ramda'
import GalleryActions from '../actions/GalleryActions'
export default createStore({
init(){
this.galleryMap = {}