Skip to content

Instantly share code, notes, and snippets.

@yuitowest
yuitowest / vimrc
Created June 17, 2016 02:31
memolist.vim settings
let g:memolist_path = "~/Dropbox/vim/memolist"
let g:memolist_template_dir_path = "~/.vim/template/memolist"
let g:memolist_memo_suffix = "md"
let g:memolist_memo_date = "%Y-%m-%d"
let g:memolist_prompt_tags = 1
let g:memolist_qfixgrep = 1
let g:memolist_filename_prefix_none = 1
let g:memolist_unite = 1
let g:memolist_unite_source = "file_rec"
let g:memolist_unite_option = "-auto-preview -start-insert"
@yuitowest
yuitowest / index.ios.js
Created March 28, 2017 08:43
React Native with Flumpt
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
TouchableHighlight,
View
} from 'react-native';
import {withFlux, dispatchable} from 'flumpt'
@yuitowest
yuitowest / gist:0ca4b73f91f64ac475a8389f9dc0fa38
Last active July 11, 2018 02:23
React で使う便利な component
## Alert
- https://github.com/juliancwirko/react-s-alert
- https://github.com/schiehll/react-alert
## Modal
- https://github.com/reactjs/react-modal
## Toolkit
https://github.com/uiw-react/uiw