lesson
Creating Custom Generators for Project Scaffolding with NxThe Art of Enterprise Monorepos with Nx and pnpmHow to use the generators to scaffold new projects
lesson
Maximize Efficiency with NX Plugins: A Comprehensive GuideThe Art of Enterprise Monorepos with Nx and pnpmGain a solid understanding of what Nx plugins are, how they work, and why they are a crucial component of the Nx ecosystem.
lesson
Optimizing Nx Workspaces with the 'Affected' CommandThe Art of Enterprise Monorepos with Nx and pnpmUse advanced optimizations beyond caching for growing applications and packages within your monorepo.
lesson
Managing Dependencies and Optimizing Workspaces with NX's Task PipelineThe Art of Enterprise Monorepos with Nx and pnpmMake sure dependencies are built first before running an application using dependsOn field.
lesson
Leveraging Nx Caching in Software DevelopmentThe Art of Enterprise Monorepos with Nx and pnpmConfigure caching strategies based on your project's requirements
lesson
An Insight into NX Caching: Improving Build Times and Developer ProductivityThe Art of Enterprise Monorepos with Nx and pnpmLearn about how Nx cache works
lesson
Understanding Dependency Graphs with NxThe Art of Enterprise Monorepos with Nx and pnpmAn intro to Nx graph to identify dependencies
lesson
Getting Started with NX in your Workspace: An Installation GuideThe Art of Enterprise Monorepos with Nx and pnpmHow to add Nx to the workspace and running Nx commands
lesson
Harnessing the Power of Nx in Software DevelopmentThe Art of Enterprise Monorepos with Nx and pnpmAn intro to Nx and the features it provides the developers
lesson
Utilizing a Shared UI Library in a React Application with TypeScript and PNPMThe Art of Enterprise Monorepos with Nx and pnpmWe are going import a ccomponent from a shared library into our main app.