Nx Console Migration Assistance
Learn how to use the Nx Console Migrate UI to interactively update package dependencies, configuration files, and source code to match new package versions.
Advanced Update Process
Learn advanced techniques for updating Nx and workspace dependencies, including step-by-step migration strategies, managing complex updates, and troubleshooting common issues.
Automate Importing Projects
Learn how to use the nx import command to move projects between repositories while preserving git history, managing dependencies, and handling external code references.
Manual Migrations
Learn how to manually integrate Nx into your existing codebase by installing dependencies, configuring nx.json, setting up caching, and updating your gitignore file.
Preserving Git Histories
Learn techniques for maintaining git history when importing standalone projects into your Nx workspace, including proper directory reorganization and merge strategies.
Nx vs Turborepo
A data-driven comparison of Nx and Turborepo covering setup complexity, CI performance, and advanced capabilities.
Migrating from Turborepo
Step-by-step guide to migrate from Turborepo to Nx, including configuration mapping, command equivalents, and automated migration with nx init.