What is Nostr?
teatwo
npub1xky…5few
2024-10-25 05:14:31

teatwo on Nostr: The way React judges whether to update is simple, `Object.is`. Svelte is very ...

The way React judges whether to update is simple, `Object.is`.
Svelte is very intelligent...

```
function safe_not_equal(a, b) {
return a != a ? b == b : a !== b || ((a && typeof a === 'object') || typeof a === 'function');
}
```

Author Public Key
npub1xkym0yaewlz0qfghtt7hjtnu28fxaa5rk3wtcek9d3x3ft2ns3lq775few