
Things They Don't Teach You in Bootcamps (React Rendering Optimization) Part 2
aftercamp
Master React rendering principles and optimization to apply them in real-world situations and prepare for interviews!
중급이상
React, react-usememo, Tech Interview
기존 타입을 변형해서 새로운 타입을 만들어 내는 방법
template literals
object indexing
discriminated union type
utility types
generics
advanced pattern in typescript
책에서 알려주지 않는 TS 실전 테크닉!
타입 변형으로 재사용 가능한 타입을 만들어보세요!
Case #1
두번째 makeUrl 함수 호출에서 타입 에러가 발생할 수 있도록 Path를 작성할 수 있으신가요?
Case #2
Routes 타입에서 DynamicRoutes를 만들 수 있으신가요?
모르시겠다면... 👉👈
타입스크립트로 다양한 것을 할 수 있다는 걸 알려드릴게요!
🤔 채용공고 [우대 사항]에 Utility type 사용 여부를 물어보는데 사용해본 적이 없으신가요?
👍 채용 담당자도 사용해보지 않은 Utility type들을 알려드릴게요!
🤔 타입스크립트는 interface, type이 전부인 걸로 알고 계셨나요?
😆 그것들이 전부가 아니라는 걸 보여드릴게요!
🤔 중복되는 타입들을 한 곳에서 관리해서 재사용성을 높이고 싶으신가요?
✌️ 재사용 가능한 타입 만드는 법을 알려드립니다
Q. 강의 난이도는 어느 정도인가요?
중급 이상 강의입니다. 타입스크립트를 어느 정도 사용한 분들을 위한 강의이고, 재사용 가능한 타입 만드는 것을 배우고 싶은 분들을 위한 강의입니다.
Q. 다른 강의들과 다른 점은 무엇인가요?
강의 문제들을 직접 풀어볼 수 있는 환경을 제공하고 모르는 부분은 제공하는 문서를 통해 빠르게 리마인드 할 수 있습니다.
학습 대상은
누구일까요?
타입스크립트를 실무에서 활용해보신 분
그동안 type, interface만 사용해오시던 분
귀찮은 타입 작성 시간을 줄이고 싶으신 분
선수 지식,
필요할까요?
타입스크립트
고등학교 1학년 집합론
1,808
명
수강생
94
개
수강평
81
개
답변
4.9
점
강의 평점
6
개
강의
## 이력서, 포폴 첨삭 등 강의 외 문의사항이 있으시면 이곳으로 문의 주세요
강사 깃헙: https://github.com/morishjs
지식저장소: https://wiki.after-camp.com/Home
🎨 포트폴리오: https://morish.dev
📜 이력: https://shorturl.at/gKU68
부트캠프 수료했는데 앞으로 뭘 공부해야 할지 막막하시죠?
👊 부트캠프에서는 취업률 90%라고 하는데... 전 취업이 잘 안돼요! 😢
👊 취업은 했는데 사수가 없어서 너무 불안해요! 🤑
👊 작성한 코드가 동작은 하는데 이렇게 작성하는지 모르겠어요! 🤯
애프터캠프에서는 다음이 가능합니다!
👌 CTO 2번 경험, 다수의 프로젝트를 경험한 풀스택 개발자가 직접 코칭합니다.
👌 코드 리뷰, 커리어 방향성 고민을 같이 해드립니다.
👌 애프터캠프에는 한국, 미국 실리콘밸리 예비 개발자, 현직자가 모인 곳입니다.
전체
165개 ∙ (2시간 57분)
전체
34개
5.0
34개의 수강평
수강평 4
∙
평균 평점 5.0
5
I took this course while looking for a course that applies TypeScript code and theory that is actually used. I do not use TypeScript in my work or as basic code, but while taking the course, I got a feel for how to apply TS, and I gained confidence in TS. These days, TS is becoming popular, There are many lectures on TS theory, but it was hard to find content that deals with case-by-case error handling or actual grammar like this. There were some disadvantages, but the advantages outweighed them and it was a great help. If you have taken the basic theory of TS, if you are curious about how TS is applied in various cases and actual code, or if you feel uneasy about a course that just explains the theory and ends, I highly recommend this course. Above all, I sincerely thank you for always answering questions about the lecture-related code! It is the most impressive and grateful course among the TS courses I have taken here! Really, I hope many people will know about TS on the main page, saying, "This is the course."
Thank you for leaving such a detailed review. I remember you posting questions on the Q&A board. I am glad that my lecture content was helpful. When I have time, I will update the lecture on how to use types in Node.js and React, so please look forward to it!
수강평 35
∙
평균 평점 5.0
5
Thank you for teaching TypeScript in a fresh way. When I wanted to learn the basic concepts and apply them in practice, I could only use interfaces and type aliases. However, you provided various problems and let me solve them so that I could apply various utility types, which made studying very fun.
Thank you for your kind review! I'm so glad that Jongmin can now apply various utility types to real-world scenarios.
수강평 6
∙
평균 평점 5.0
5
Even in the field, it was difficult to have experience declaring and managing types using utility functions, but it was good to be able to experience it through this lecture. The problem and explanation format also helped increase the interest of the lecture. Since the content is packed, I think I definitely need to review it. The coffee coupon event in the middle was also fun. One thing that was a little disappointing was that I went into the main game from the beginning without knowing the basic knowledge and utility functions. It was fun to solve the problems, but when I needed basic knowledge that I didn't know, it took a lot of time. I think it would be better to start by briefly introducing this basic knowledge.
Thank you very much for your honest review of the lecture. It is very helpful to know what you were satisfied with and what needs improvement through feedback. First of all, I am glad that it helped you gain practical experience with utility functions and type declarations. Thank you for telling me what you were disappointed about. The need for a light introduction to basic knowledge will be a great reference for future lectures and curriculum creation. In particular, I will make more efforts to minimize the inconvenience and time consumption that occurs when solving problems without basic knowledge.
수강평 2
∙
평균 평점 5.0
5
While studying TypeScript, I felt that unlike Java, I could freely handle types and use them in an extensible way, but it was actually too difficult to use. This lecture is a lecture that teaches you how to use TypeScript more efficiently, and I feel that the problem links in the middle are well organized. I think those who have used TypeScript in practice will be able to gain more from this lecture.
수강평 14
∙
평균 평점 5.0
₩38,500
지식공유자님의 다른 강의를 만나보세요!
같은 분야의 다른 강의를 만나보세요!