Skip to content

Instantly share code, notes, and snippets.

@yonibot
yonibot / App.js
Last active November 23, 2015 21:32
News Fetcher
import React, { Component, PropTypes } from 'react';
import Headlines from '../components/Headlines';
import Newsfetcher from '../components/Newsfetcher';
import fetch from 'isomorphic-fetch';
class App extends Component {
constructor() {
super();
this.state = {
isFetching: false,