Replies: 2 comments 1 reply
-
This lib does not use or depend on Zone in any way so it should not matter if your app is zoneless. |
Beta Was this translation helpful? Give feedback.
-
Upgrading to Angular 18 with the experimental zoneless feature does sound promising, especially for performance improvements. If your project heavily relies on ndc (assuming you mean ngrx/store or a similar library), compatibility with zoneless Angular is a crucial consideration. While the experimental zoneless mode aims to reduce overhead and improve performance by removing NgZone, it's important to note potential compatibility issues with third-party libraries like ndc. Compatibility with zoneless Angular depends on how ndc manages asynchronous operations and handles change detection outside of NgZone. For expert guidance on navigating Angular upgrades and optimizing performance with zoneless mode, consider consulting our team of Angular developers. |
Beta Was this translation helpful? Give feedback.
-
I'm on a project where upgrading to Angular 18 is tempting for the experimental zoneless feature. As of right now we can't upgrade to v18 and try it, because we are blocked by outdated dependencies.
However, since our project utilizes ndc a lot, I was wondering how well this lib harmonizes with zonless.
Has anyone tried it, yet?
Anything to watch out for when migrating?
I will set up a poc project for this, once I find the time.
Beta Was this translation helpful? Give feedback.
All reactions