Skip to content

Instantly share code, notes, and snippets.

import React from 'react';
import ReactDOM from 'react-dom';
import axios from 'axios';
class Reddit extends React.Component
{
state = {
posts: [],
coolthing: []
}