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 JavaScript Basics Hello, JavaScript! JavaScript Everywhere

What are differences in the frameworks Next.js which I've been hearing about a lot lately and Node.js?

Lately I've been hearing that a lot of companies are building using the Next.Js framework. Is that something that might be introduced down the road on Team Treehouse?

1 Answer

Steven Parker
Steven Parker
229,787 Points

Next.js is more similar to React.js in being a front-end framework (and it is based on React.js), where Node.js is a back-end JavaScript engine. Next.js would typically be used with Node.js.