Bookmark

Amber

The Intl.Segmenter object is now part of Baseline  |  Blog  |  web.dev


When you want to split a Japanese sentence into words, you can use `Intl.Segmenter`.

Window: storage event - Web APIs | MDN


This event is not triggered in the "same page" but in "another page". It's used for observing localStorage changes when a user opens multple tabs. It is not triggered when the value is not changed (in other words, `localStorage.setItem(KEY, VALUE)` doesn't fire the event when the VALUE is not changed.)

useFormStatus – React


`useFormState` is also exported from `react-dom`. Are client only hooks exported from `react-dom` in future?

Deno in 2023

NEXT