ReduxSimpleStarter
ReduxSimpleStarter copied to clipboard
Unable to get the textbox
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!!!