Hacker News new | ask | show | jobs
by danabramov 3621 days ago
Many people (especially beginners) appreciate automatic updates of their dependencies. If you eject straight away you’ll have to manage them yourself, which is a big turnoff to many.
1 comments

Could there be some sort of npm feature that incorporates a remote list of dependencies & versions?
Yep, it’s called a “package”. ;-)
So could whatever create-react-app is delivering be substantially approximated with an npm-based solution?
create-react-app is an npm-based solution.