pub fn is_hook_name(name: &str) -> bool
Check if a name matches the React hook naming convention: use[A-Z0-9]. Ported from TS isHookName in Environment.ts.
use[A-Z0-9]
isHookName