StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The new starter code does not render any component

shubhamplank opened this issue · comments

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.