by 구구
as const 문자열 또는 숫자의 경우 const를 사용해 변수를 정의하면 동일한 효과를 얻을 수 있기 때문에 덜 유용하다. 객체의 경우, as const는 모든 속성을 readonly로 변경하고, 값의 범위를 좁힌다. 배열은 readonly값의 튜플(순서가 지정된 값의 배열)로 변경한다. function useToggle(defaultValue =
tRPC(TypeScript Remote Procedure Call) - An alternative to traditional REST or GraphQL - since GraphQL is designed as a language-agnostic specification for implementing APIs, it doesn‘t take full ad