1. 3
    Create a new Next.js Page Component with Nx Generators
    2m 23s

Create a new Next.js Page Component with Nx Generators

Share this video with your friends

Send Tweet

One of the powerful aspects of Nx is its generators that allow to easily scaffold new projects, configuration changes and new components. In this lesson we're exploring how to use a Nx built-in generator to scaffold a new Next.js page component which is the one for our portfolio's About page. We also leverage Nx Console to have a visual UI while composing the various options of the generator.

Prefer to read along as well? Here's the accompanying article.