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

Max Bardus
902 PointsUsing React Developer Tools vs Storybook
Is it possible to use Storybook instead of React Developer Tools?
2 Answers

Travis Alstrand
Treehouse Project ReviewerI'm not super familiar with Storybook, so maybe I'm missing something, but from what I'm seeing, it's not something you could necessarily use instead of the other.
Storybook is a development environment and UI component explorer, you can think of it like a sandbox where you develop and document components one at a time.
React Developer Tools is a browser extension that is more for debugging your live app, especially how components interact in the full application.
This is a simple comparison, I'm sure there's more to it than that, but in general, I think they serve different purposes.

Max Bardus
902 PointsI see. Thank you!