useEffect (load, [load]); // executes when the components mounts, and when props ... useEffect(load, [load]) const data = cache.get(key) as T ...
確定! 回上一頁