Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Installing and Using Create React App

Frederic Ronaldi
Frederic Ronaldi
13,732 Points

create-react-app is now using yarn as a package manager?

Hi, as I looked at the video, it showed that Guil installed create-react-app with npm as a package manager, I personally first time hearing yarn, as I read the create-react-app documentation on GitHub, npm can be used along with yarn. Do i need to use yarn/npm to start? Is it worth it to learn yarn to replace npm?

1 Answer