StephenGrider / ReduxSimpleStarter

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

Unable to get the textbox #226

Open Aravindh-vnix opened 6 years ago

Aravindh-vnix commented 6 years ago

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

lumie31 commented 6 years ago

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!!!