Nx New Year Tips
Start 2024 off right with some tips to help you get the most out of Nx. Each day, a new card will be unlocked for you to flip. You can sign up to receive an email each day as new tips are released.
Start 2024 off right with some tips to help you get the most out of Nx. Each day, a new card will be unlocked for you to flip. You can sign up to receive an email each day as new tips are released.
January 8th
Are you just getting started with Nx? Or do you need a succinct way of explaining Nx to your colleagues?
Read more in our Intro to Nx
January 9th
Nx can provide benefits no matter how your repository is organized. It helps to have terms to describe different kinds of repositories.
Read more in our Types of Repos Guide
January 10th
Nx does not just enable you to manage your repo even as it scales to a large monorepo - it also makes your CI fast. With features like remote caching, distributed task execution, Nx Agents, and auto-splitting E2E tests, your CI times can be dramatically reduced without a large maintenance burden on you.
Read more about how to set up CI with Nx
January 11th
Nx can be incrementally adopted in any project. A single npx nx init
command will get you started.
Read more about how to Add Nx to an Existing Project