I'm taking a React course. I have an understanding of what React is, and what problem it solves.
However when I put CMD "create-react-app x" it shows some other commands that I can use in this project including "npm run build" which theoretically compiles the project for its distribution version.
While in another video does the instructor say to use the webpack to generate this build?
I may be talking nonsense about the "vs" in the title of the question, but what is the difference between the two? Can I use either one or the other? Or do they both use the same system to compile?
Thanks for the hugs.