Y
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
pbreit
3620 days ago
Could there be some sort of npm feature that incorporates a remote list of dependencies & versions?
link
danabramov
3619 days ago
Yep, it’s called a “package”. ;-)
link
pbreit
3619 days ago
So could whatever create-react-app is delivering be substantially approximated with an npm-based solution?
link
danabramov
3610 days ago
create-react-app
is
an npm-based solution.
link