ยฉ 2026 Hedgehog Software, LLC
const [array, setArray] = useState(() => { /* some computation */ return [...data]; });