StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course
MIT License
3.56k stars 4.63k forks source link

The new starter code does not render any component #247

Closed shubhamplank closed 6 years ago

shubhamplank commented 6 years ago

Download the base clone, and the first line in components>app.js:

import React, { Component } from 'react';

export default class App extends Component { render() { return (

React simple starter
);

} }

"React simple starter" is not showing up.