Skip to content

Instantly share code, notes, and snippets.

@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
@yuitowest
yuitowest / vim-erlang.md
Created May 5, 2015 16:01
Vim で Erlang してみた