|
|
|
|
|
by sefrost
2193 days ago
|
|
If you use Create React App[1] then you don't have to think about the toolchain. I do sometimes wonder what the people complaining about npm packages and the React ecosystem/build process are developing? It would be interesting to hear. I've shipped complex web applications built using Create React App without needing to "eject", and without installing dozens of packages from npm. [1] https://create-react-app.dev |
|