According to the react docs** Create-react App is a comfortable environment for learning React and is the best way to start building a new single-page application in React. However, CRA might not always ideal for a project, and I find the ejectio...
hashnode.com5 min read
Nice one Bami this totally helped me out. I found just one issue with a snippet the spelling
touch webpaack.config.js
Good job, but I found one mistake that cause an error. Index.js with react is pointing to id="app" and in index.html we have id="App" and react is not recognizing container ;). Also the same issue is in repo
Esteban Catanea
web dev
Thank you very much. Well explained !