DEV Community

Discussion on: ⚡ Optimizing Angular Signals with Smart Equality Checks

Collapse
 
ahrjarrett profile image
andrew jarrett • Edited

Note: Be aware that if your object/schema contains functions or dates, the way they are handled may be uncertain.

I can answer that! Here's how zx.deepEqual handles dates and functions.

I also created a StackBlitz so your audience has something to play with.