Skip to content

Instantly share code, notes, and snippets.

View nfcampos's full-sized avatar

Nuno Campos nfcampos

View GitHub Profile
@nfcampos
nfcampos / esnextbin.md
Created September 23, 2016 21:14
esnextbin sketch
@nfcampos
nfcampos / .babelrc
Created September 4, 2016 10:30
more isolated test
{
"plugins": ["syntax-class-properties", "../../../../../src/babel"]
}
@nfcampos
nfcampos / esnextbin.md
Created August 27, 2016 16:57
esnextbin sketch
@nfcampos
nfcampos / babel config
Created April 18, 2016 12:27
_len is not defined
{
"presets": [
"es2015"
],
"plugins": [
"react-hot-loader/babel"
]
}
@nfcampos
nfcampos / example.js
Last active April 8, 2016 19:27
withPromisedProps
import withPromisedProps from './withPromisedProps'
import {dsvFormat} from 'd3-dsv'
const CsvTable = ({table}) => (
{table.fulfilled &&
<Table
headings={table.value.columns}
data={table.value.slice(0, 10)} />}
)
@nfcampos
nfcampos / esnextbin.md
Last active April 5, 2016 21:15
esnextbin sketch
@nfcampos
nfcampos / esnextbin.md
Created April 5, 2016 17:14
esnextbin sketch
@nfcampos
nfcampos / esnextbin.md
Created April 5, 2016 17:06
esnextbin sketch
@nfcampos
nfcampos / esnextbin.md
Created March 8, 2016 23:16
esnextbin sketch
@nfcampos
nfcampos / esnextbin.md
Last active March 9, 2016 10:00
esnextbin sketch