Use the Nx Dependency Graph to Visualize your Monorepo Structure

Share this video with your friends

Send Tweet

Nx does much more to help you scale and manage a large repository than just generating code or serving apps. Behind the scenes, Nx calculates a dependency graph that is key for a variety of different optimizations. We can also visualize this dependency graph, which is a powerful tool to better understand the relationships of apps and libs within our workspace.