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
| HR finished loading: GET "https://excellenteasy.cloudant.com/?_nonce=1423345990564". | |
| XHR finished loading: GET "https://excellenteasy.cloudant.com/optinmobile-data-com-appbusinesspodcast/_local/juxttyr3WRjWC5OV4CL.fg==?_nonce=1423345990695". | |
| XHR finished loading: GET "https://excellenteasy.cloudant.com/optinmobile-data-com-appbusinesspodcast/…CRtEtK8glh2AWAbzWTLYMpMUA9NUgzTCBmUBAOtEiYY&limit=100&_nonce=1423345990830". | |
| XHR finished loading: GET "https://excellenteasy.cloudant.com/optinmobile-data-com-appbusinesspodcast/…016acf8440f28a70bb7e2fedd2ece93c%22]&attachments=true&_nonce=1423345991080". | |
| XHR finished loading: GET "https://excellenteasy.cloudant.com/optinmobile-data-com-appbusinesspodcast/_local/juxttyr3WRjWC5OV4CL.fg==?_nonce=1423345991217". | |
| XHR finished loading: GET "https://excellenteasy.cloudant.com/optinmobile-data-com-appbusinesspodcast/…CRtEtK8glh2AWAbzWQ3YMpMUA9NUgzTCBmUBAFDaif0&limit=100&_nonce=1423345991078". | |
| XHR finished loading: PUT "https://excellenteasy.cloudant.com/optinmobile-data-com-ap |
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 vm from 'vm' | |
| import realFs from 'fs' | |
| import path from 'path' | |
| import react from 'react/addons' | |
| import test from 'tape' | |
| import mock from 'mock-fs' | |
| import MemoryFileSystem from 'memory-fs' | |
| import webpack from 'webpack' | |
| import config from './webpack.config.js' | |
| import ExtractTextPlugin from 'extract-text-webpack-plugin' |
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 { createStore } from 'redux' | |
| let increment = (state = 0, x) => { return state + x } | |
| let decrement = (state = 0, x) => { return state - x} | |
| let store = createStore([increment, decrement]) | |
| store.subscribe(() => | |
| console.log(store.getState()) | |
| ) |
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
| /*eslint no-unused-vars: ["error", { "varsIgnorePattern": "^_$" }]*/ | |
| import React, { Component } from 'react' | |
| import Child from '../components/Child' | |
| class ParentContainer extends Component { | |
| componentDidMount () { | |
| this.fetchData() | |
| } | |
| fetchData () { | |
| // this.props.receiveData is a Redux prebound action creator |
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
| const fs = require('fs') | |
| const path = require('path') | |
| const colors = require('colors/safe') | |
| const webpack = require('webpack') | |
| const WebpackBuildNotifierPlugin = require('webpack-build-notifier') | |
| const HtmlWebpackPlugin = require('html-webpack-plugin') | |
| const compact = require('lodash.compact') | |
| const without = require('lodash.without') | |
| // This webpack config does not only support two different entry points |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.