Results 11 comments of Marius Nita

Svelte should provide a way for the user to control the comparison strategy. Something like: ```js import {equals} from 'svelte'; equals((propName, currentValue, newValue) => /* returns true/false */); ``` Then...