function useSomething() { useLayoutEffect(() => {}) useEffect(() => {}) const onClick = useCallback(() => []) const computed = useMemo(() => {}) }