일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- express.js
- SSR
- solidity
- evm
- JavaScript
- CLASS
- CSS
- Props
- tailwindcss
- hardhat
- Interface
- 삶
- middleware
- built in object
- 기준
- error
- Ethereum
- HTML
- web
- useState
- bitcoin
- blockchain
- nextJS
- concept
- API
- typeScript
- node.js
- graphQL
- REACT
- Redux
- Today
- Total
목록generic (2)
ReasonJun
Generics in TypeScript allow you to create reusable components or functions that can work with different types. They provide a way to define placeholders for types that are determined by the user of the component or function. Generic types are defined using angle brackets () and can be applied to classes, interfaces, functions, and type aliases. Here's an example of defining a generic function: ..
TypeScript is an open-source programming language developed by Microsoft. It is a superset of JavaScript, which means that any valid JavaScript code is also valid TypeScript code. TypeScript introduces optional static typing and provides additional features and capabilities that enhance the development experience and help catch errors at compile-time. Here are some key features and concepts of T..