StephenGrider / ReduxSimpleStarter

Starter pack for an awesome Udemy course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get the textbox

Aravindh-vnix opened this issue · comments

Hi stephen,
I am following your react and redux code in the udemy. I am unable to get the text box as I am followed. It shows "REACT" simply in the localhost

Hello @Aravindh-vnix, It would be easier to help if you show some code. The React simple server that shows in the localhost is coming from the app.js file in the components folder. It could be that you didn't render the component that shows the textbox in the app.js which contains all the components that make up the application. Cheers!!!