© 2026 Hedgehog Software, LLC
// This is a hook const useInMultiplePlaces =() => { const complicated = createMemo(() => { // something complicated }) return {complicated} }
useInMultiplePlaces