What does the "webpack" command do?
Transpiles all the Javascript down into one file
Runs react local development server.
A module bundler
Correct Answer : C
What is ReactJS?
What are the two ways that data gets handled in React?
In React what is used to pass data to a component from outside?