{ this.props.title }
- + +{ this.props.article.title }
+ { this.meta() }Loading...
+ ) + } } } - class Articles extends Component { constructor(props) { super(props); @@ -115,9 +175,6 @@ class Articles extends Component { let posts = blob.posts.slice(offset, offset + this.per_page); this.setState({articles: posts}); - }) - .catch(function(error) { - console.log("Oh no! " + error); }); } @@ -131,18 +188,22 @@ class Articles extends Component { } render() { - return ( -Loading...
+ } } } -export { Article, Articles, RoutedArticle }; +export { Article, FullArticle, Articles };