made with esnextbin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import createHistory from 'history/lib/createBrowserHistory'; | |
import createStore from './redux/createStore'; | |
import createRoutes from './routes'; | |
import React from 'react'; | |
import { Provider } from 'react-redux'; | |
import { Router } from 'react-router'; | |
import { render } from 'react-dom'; | |
const history = createHistory(); | |
const store = createStore(history, window.__data); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import declarer from '../utils/declarer' | |
const antGutter = decl => { | |
declarer({ | |
body: { | |
background: 'tomato' | |
}, | |
'.one:after': { | |
content: `'1'` | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module WrapperA = { | |
module A = { | |
include ReactRe.Component; | |
let name = "A"; | |
type props = (); | |
let render _ => <div>(ReactRe.stringToElement "A")</div>; | |
}; | |
I hereby claim:
- I am wyze on github.
- I am wyze (https://keybase.io/wyze) on keybase.
- I have a public key ASDNktlzs35IbqQoe_8pbnU079E3KkNkp6nfuQw-aPFhMwo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |