1. Generic Component

  • generic은 코드를 clean & 확장엔 열려있고, (코드의)수정엔 닫혀있게 도와 줌
  • <T extends unknown> → T는 any type임을 명시

https://medium.com/@mathiassilva4/make-your-react-component-generic-with-typescript-497378515667

 

Make your react component generic with Typescript

Make you component really reusable and clean using generic capabilities from typescript.

medium.com

 

+ Recent posts