Typescript 28

zustand persist에 타입 제공하기

전역 상태인 AuthState를 LocalStorage에서 사용하기 위헤 store 객체를 persist로 감쌌더니, 타입 에러가 발생했다. Argument of type 'StateCreator' is not assignable to parameter of type 'StateCreator'. Type 'StateCreator' is not assignable to type '{ $$storeMutators?: [] | undefined; }'. Types of property '$$storeMutators' are incompatible. Type '[["zustand/persist", AuthState]] | undefined' is not assignable to type '[] | undefin..

Typescript 2023.08.26

(5장) Secret Secrets - 1.Incoming Cipher

https://github.com/LearningTypeScript/projects/tree/main//projects/functions/secret-secrets/01-incoming-cipher GitHub - LearningTypeScript/projects: Hands-on real world projects that will help you exercise your knowledge of TypeScript. Hands-on real world projects that will help you exercise your knowledge of TypeScript. - GitHub - LearningTypeScript/projects: Hands-on real world projects that w..

(4장) Various Lawyerings - 3.Making Arguments

https://github.com/LearningTypeScript/projects/tree/main//projects/objects/various-lawyerings/03-making-arguments GitHub - LearningTypeScript/projects: Hands-on real world projects that will help you exercise your knowledge of TypeScript. Hands-on real world projects that will help you exercise your knowledge of TypeScript. - GitHub - LearningTypeScript/projects: Hands-on real world projects tha..

(4장) Various Lawyerings - 2.Case Management

https://github.com/LearningTypeScript/projects/tree/main//projects/objects/various-lawyerings/02-case-management GitHub - LearningTypeScript/projects: Hands-on real world projects that will help you exercise your knowledge of TypeScript. Hands-on real world projects that will help you exercise your knowledge of TypeScript. - GitHub - LearningTypeScript/projects: Hands-on real world projects that..

(4장) Various Lawyerings - 1.Aviary Classification

https://github.com/LearningTypeScript/projects/tree/main//projects/objects/various-lawyerings/01-aviary-classification GitHub - LearningTypeScript/projects: Hands-on real world projects that will help you exercise your knowledge of TypeScript. Hands-on real world projects that will help you exercise your knowledge of TypeScript. - GitHub - LearningTypeScript/projects: Hands-on real world project..

(3장) Primitive Cooking - 3. Seating

https://github.com/LearningTypeScript/projects/tree/main//projects/unions-and-literals/primitive-cooking/03-seating GitHub - LearningTypeScript/projects: Hands-on real world projects that will help you exercise your knowledge of TypeScript. Hands-on real world projects that will help you exercise your knowledge of TypeScript. - GitHub - LearningTypeScript/projects: Hands-on real world projects t..

(3장) Primitive Cooking - 2. Recipes

https://github.com/LearningTypeScript/projects/tree/main//projects/unions-and-literals/primitive-cooking/02-recipes GitHub - LearningTypeScript/projects: Hands-on real world projects that will help you exercise your knowledge of TypeScript. Hands-on real world projects that will help you exercise your knowledge of TypeScript. - GitHub - LearningTypeScript/projects: Hands-on real world projects t..

(3장) Primitive Cooking - 1. Ingredients

https://github.com/LearningTypeScript/projects/tree/main//projects/unions-and-literals/primitive-cooking/01-ingredients GitHub - LearningTypeScript/projects: Hands-on real world projects that will help you exercise your knowledge of TypeScript. Hands-on real world projects that will help you exercise your knowledge of TypeScript. - GitHub - LearningTypeScript/projects: Hands-on real world projec..

728x90