Home / Companies / Nx / Blog / October 2025

October 2025 Summaries

7 posts from Nx

Filter
Month: Year:
Post Summaries Back to Blog
A common issue in a monorepo setup using Storybook and a buildable library is that changes made to the library do not immediately reflect in Storybook, requiring manual rebuilds. To address this, the Nx workspace offers a feature called "watching," which automatically detects changes and rebuilds dependencies without manual intervention. By configuring the "build-deps" and "watch-deps" targets in a project's package.json, developers can ensure that all dependencies are built and watched for changes, allowing Storybook’s Vite HMR server to refresh automatically. This approach improves the developer experience by streamlining the process and eliminating the need for manual rebuilds. With the release of Nx v22, these features are included by default, enhancing productivity and efficiency in monorepo environments.
Oct 29, 2025 1,138 words in the original blog post.
"React for Enterprise: Timeless Architecture for Enterprise Apps" by Przemysław Nowak, in collaboration with Juri Strumpflohner, addresses the complexities of scaling React applications in large organizations, drawing on Brainly's experience with React and Nx. The book offers architectural patterns and automated enforcement strategies to maintain consistency across teams, avoid technical debt, and ensure scalability, focusing on the challenges of managing hundreds of components and multiple teams. By integrating Nx's monorepo management and developer tooling, the book provides a comprehensive guide for maintaining architectural integrity and velocity, appealing to tech leads, engineers, and developers involved in large-scale React projects or greenfield applications. It emphasizes the importance of architectural layers, module boundaries, and CI/CD integration to validate and sustain architecture over time, making it a valuable resource for those seeking to avoid or address architectural drift and ensure maintainability as React applications grow.
Oct 28, 2025 512 words in the original blog post.
In a webinar presented by Jeff Cross and Victor Savkin, the focus shifts from merely implementing remote caching to achieve faster builds toward addressing the broader challenges that impact continuous integration (CI) performance. While remote caching can enhance build speed, it only accounts for a fraction of the potential improvements, with up to 70% left untapped due to issues like flaky tests and random failures that necessitate manual intervention. The session aims to reveal how modern CI systems should operate and highlights how Nx Cloud can facilitate this transformation by offering solutions that go beyond partial optimizations, ultimately reducing developer downtime and increasing build reliability.
Oct 27, 2025 115 words in the original blog post.
Nx 22 represents a focused effort on enhancing CI processes and AI-driven development within monorepo environments. This release introduces Self-Healing CI, which automatically suggests fixes for failing pull requests, streamlining workflow by reducing context switching between tools. The update also includes significant improvements to graph visualization, now capable of managing even the largest repositories, and the introduction of Polygraph for enterprise workspace management. Expanded support for Maven and .NET enhances polyglot workspace capabilities, facilitating seamless integration across different technological stacks. Additionally, Nx 22 amplifies AI-assisted development through improved integration and configuration for AI coding assistants, ensuring efficient collaboration between developers and AI agents. Moreover, the release provides enhancements to the Terminal UI, support for pnpm catalogs for dependency management, and optimizations to the release workflow, all aimed at improving developer productivity and project maintainability.
Oct 23, 2025 3,670 words in the original blog post.
Software engineering is heavily focused on authoring and validating code, with the AI revolution primarily enhancing code generation. However, validation has become a bottleneck as faster authoring increases the volume of pull requests (PRs), slowing down the overall development lead time. Nx addresses this issue with its Self-Healing CI, which automates the detection and fixing of CI failures, increases compute capacity through task caching and distribution, and enhances CI reliability by splitting large tasks and deflaking them. These features reduce the time to make PRs pass the CI (time-to-green) by decreasing the number of iterations needed and cutting the time and compute costs of each iteration, ultimately improving validation capacity and reducing development lead time. As AI continues to shorten authoring times, the importance of efficient validation processes like those offered by Nx becomes increasingly critical to maintaining delivery stability and quality.
Oct 14, 2025 854 words in the original blog post.
AI-assisted coding has been integrated into Nx, enhancing developer workflows by introducing features like Self-Healing CI, which automatically identifies and proposes fixes for broken CI tasks. Recent updates include improved GitHub integration, where Self-Healing CI posts comments on pull requests with summaries and diff views of fixes, allowing developers to apply or reject changes directly. A redesigned interactive diff viewer in Nx Cloud offers a more intuitive experience, and developers can now use the --fix-tasks flag for fine-grained control over which tasks are auto-fixed. For simpler tasks, the --auto-apply-fixes flag allows automatic application of fixes after a successful verification phase. Developers can also apply fixes locally for further customization and revert changes if needed, enhancing flexibility and control. Self-Healing CI is available on various Nx plans, offering a streamlined way to maintain CI health and efficiency.
Oct 14, 2025 874 words in the original blog post.
Recent updates in the Nx ecosystem have introduced several enhancements, including improved AI agent configuration, a redesigned graph UI, terminal UI refinements, and support for Angular 20.3 and Vite 7. Security concerns were addressed by removing compromised versions affected by the S1ngularity attack. The new configure-ai-agents command allows seamless integration of AI assistants, while the enhanced graph UI offers a centralized control panel for better visualization and navigation. Terminal UI improvements provide a smoother user experience, and Playwright users benefit from merged results of atomized tests for efficient CI processes. A breaking change involves the removal of the svgr option from the withReact webpack configuration, necessitating the use of the withSvgr function. Gradle users experience performance boosts through improved dependency determination, and the Nx community is encouraged to stay updated with the forthcoming Nx 22, which promises further stability and backend technology support.
Oct 10, 2025 1,125 words in the original blog post.