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:
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
I hereby claim:
To claim this, I am signing this object:
| module WrapperA = { | |
| module A = { | |
| include ReactRe.Component; | |
| let name = "A"; | |
| type props = (); | |
| let render _ => <div>(ReactRe.stringToElement "A")</div>; | |
| }; | |
made with esnextbin
| import declarer from '../utils/declarer' | |
| const antGutter = decl => { | |
| declarer({ | |
| body: { | |
| background: 'tomato' | |
| }, | |
| '.one:after': { | |
| content: `'1'` | |
| }, |
| 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); |