Hacker News new | ask | show | jobs
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

1 comments

I bet you’ll be thinking about the toolchain under this leaky abstraction before long, when the first thing inevitably doesn’t work as expected and you are googling for a solution.