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
January 12th
Micro Frontends allow you to deploy different sections of a web application independently. Nx helps you to set them up in a structured way.
Read more about how to set up Micro Frontends with Nx
January 15th
Nx can work with any technology stack and we have created examples for many of them.
Read more about using Nx with your Favorite Tech
January 16th
If you maintain a framework, open source library, or starter repo, you can use Nx to allow your users to quickly create a new repo and keep their existing repo up to date with the changes that you make.
Read more about how to use Nx to Build Your Own CLI
January 17th
With Nx Agents, you allow Nx Cloud to manage your agent machines in CI for you. Along with that convenience, Nx Agents also offer dynamic scaling, automatic task splitting and flaky task re-running.
Currently in private beta, Nx Agents are slated for public release in February 2024. Don't miss the opportunity to be among the first to experience this groundbreaking tool. Sign up now for early access.
Read more about the upcoming Nx Agents
January 18th
If you start an Nx repo with a single standalone app, you can easily convert it into a monorepo when you are ready to add more apps to the repo.
Read more about using Nx to convert a standalone app repo to a monorepo.
January 19th
Nx allows you to keep your tooling versions and configuration files up to date - even after breaking changes. You can think of it as Evergreen Tooling.
Read more about using Nx to Automate Updating Dependencies