|
|
|
|
|
by dammitfoo
2867 days ago
|
|
True. If you're creating an app that will be used in production then of course you need to use npm, webpack and other tools. But if you're new to a framework and just want to experiment then being able to create an html file with a couple of script tags and writing code removes many barriers to entry. React, Vue and many others already offer this, I thought it was worth mentioning that Mithril does this too. |
|
npx create-react-app MyApp
There is nothing to install, and you have a complete playground to experiment.