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