DEV Community

Discussion on: Make a React App with Webpack, Babel and Express

Collapse
 
rurouniwallace profile image
rurouniwallace

Another typo:

ReactDOM.render(<Index />,document.getElementbyID('app'));

Should be getElementById. This caused a console error and prevented the text from rendering for me.

Collapse
 
lschwall profile image
Larry Schwall

So sorry. Editing now!

Collapse
 
rurouniwallace profile image
rurouniwallace

Thanks, excellent tutorial, by the way!

Thread Thread
 
lschwall profile image
Larry Schwall

Thank you thank you!

Please share!

Collapse
 
ayeblinkin profile image
Ayeblinkin

Hey Larry, sorry, one more small typo.
The document.getElementbyId needs the b capitalized. 🙇‍♂️
Thank you for this fantastic article!
Helped me both with a work task and personal understanding.
Will definitely reference again in the future! 🙏😁