Core Features
Learn the core features of Nx with in depth guides.
Learn about the various ways you can use Nx to run tasks in your workspace.
Learn how to define cacheable tasks, how to fine-tune with inputs and outputs, where the cache is stored and much more.
Nx uses a graph behind the scenes to optimize your operations. You can also visualize and use the graph to better understand your workspace structure. Learn more in this guide.
Learn how Nx provides automated update scripts to help you keep your workspace, tooling and framework dependencies up to date.
Learn how to avoid dependency hell and scale a codebase by imposing constraints on your projects using the module boundary lint rule.
Learn about Nx Console, an extension for VS Code and WebStorm.
Learn what is a plugin, the different type of plugins and how to create one.