/react-reddit

Primary LanguageJavaScript

Reddit React

Steps:

  1. Create a Reddit.js class Component
  2. Make a fetch request to the Reddit api with ComponentDidMount() lifecycle method.
  3. Implement state
  4. .map over each article and render some HTML
  5. Refactor by building an Article Component