Hacker News new | ask | show | jobs
by pbreit 3620 days ago
Could there be some sort of npm feature that incorporates a remote list of dependencies & versions?
1 comments

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.