Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, typescript
Sign in

typescript

it dev typescript zod

Zod 4 릴리즈 | GeekNews

스키마 선언 및 유효성 검사 라이브러리인 Zod의 버전 4 릴리즈. 주요 성능 향상과 장기 요청된 기능을 포함해 안정버전 출시속도와 번들 크기에서 큰 개선이 이루어졌으며, 새로운 미니 버전(v4-mini)은 번들 크기를 대폭 줄임새로운 메타데이터 레지스트리와 JSON Schema 변환, 그리고 재귀 타입 추론 기능이 추가됨에러 메시지 커스터마이즈와 다국어
wono | discuss |
it tech lang typescript

AI 시대, TypeScript의 부상: 수석 설계자 Anders Hejlsberg의 통찰 | GeekNews

그가 2012년 TypeScript 작업을 시작한 계기는 JavaScript가 대규모 다중 개발자 코드베이스에서 확장성이 부족했기 때문이며, 수백만 줄의 느슨한 타입 코드를 다루는 팀들에게 시스템 복잡도 관리 도구가 필요했음2025년 TypeScript는 GitHub에서 가장 많이 사용되는 언어로, JavaScript와 Python을 처음으로 추월했으며,
wono | discuss |
it dev nodejs typescript

Node.js is able to execute TypeScript files without additional configuration | Hacker News

wono | discuss |
it dev typescript

20 TypeScript Tricks Every Developer Should Know

I've been building UserJot, a feedback and roadmap platform for SaaS teams, for the past several... Tagged with webdev, typescript, programming, javascript.
wono | discuss |
it tech dev deno typescript

Deno, the next-generation JavaScript runtime

Deno features improved security, performance, and developer experience compared to its predecessor. It's a great time to upgrade your Node.js project to run on Deno.
wono | discuss |
it ai openai typescript

Openai api typescript

YouTube에서 마음에 드는 동영상과 음악을 감상하고, 직접 만든 콘텐츠를 업로드하여 친구, 가족뿐 아니라 전 세계 사람들과 콘텐츠를 공유할 수 있습니다.
wono | discuss |
it dev ai typescript

Promptable - 풀스택 LLM/AI 앱을 Typescript로 만들기

OpenAI Hugging Face Cohere Anthropic 등을 이용해서 AI앱을 작성하는 걸 도와주는 라이브러리
wono | discuss |
it dev typescript form

How to type a React form onSubmit handler

Excellent TypeScript definitions for your React forms
wono | discuss |
it dev typescript typeguard

Custom Type guards in Typescript

Custom type guards are often used when dealing with data coming from the outside world. This is particularly useful when the TypeScript compiler can't determine the exact type of the data but you, as a developer, have more knowledge about its structure and types.
wono | discuss |
it dev typescript dynamic type

TypeScript Object with Dynamic Keys | Basedash

This post provides a comprehensive guide on working with TypeScript objects that have dynamic keys, covering various techniques and scenarios.
wono | discuss |
it dev typescript

함수형 React 컴포넌트 시대, defaultProps는 더 이상 필요하지 않다. - point of view.

React 컴포넌트를 타입스크립트로 작성할 때 컴포넌트가 Props를 받기 위해서는 Props의 타입을 선언해줘야 한다. Props의 타입을 선언하는 방법에는 interface를 사용하거나 type을 사용하는 두 가지가 있다. (혹은 인라인으로 타입을…
wono | discuss |
it dev typescript eslint

eslint-plugin-import/docs/rules/no-anonymous-default-export.md at main · import-js/eslint-plugin-import

ESLint plugin with rules that help validate proper imports. - eslint-plugin-import/docs/rules/no-anonymous-default-export.md at main · import-js/eslint-plugin-import
wono | discuss |
it dev react typescript

Typescript useState: SetState in Child with argument

How can I pass down setState to a child component and use the c argument without a typescript error? Parent: Passing down setState export interface State { value1: string; value2: string; }
wono | discuss |
it dev typescript declare global

타입스크립트 declare 사용법

declare 키워드 기능 환경 선언(ambient declarations) 만들 때 사용 네임스페이스 확장으로 특정 모듈이나 변수, 함수, 클래스 등이 존재한다는 것을 TypeScript 컴파일러에게 알릴 때 사용 d.ts를 통한 분리 관리 1. 환경 선언(Ambient Declarations) declare를 사용하는 환경 선언은 TypeScript에게 특정 변수나 모듈이 존재한다고 알리기 위해 사용된다. 주로 외부 자바스크립트 라이브러리나 환경에 존재하는 변수들에 대한 타입 정보를 제공할 때 사용한다. 예시 전역 변수 선언 전역 변수 MY_GLOBAL이 자바스크립트 환경에서 이미 존재한다고 가정할 때, 다음과 같이 TypeScript에게 이 변수의 존재와 타입을 알릴 수 있다. TypeScript ..
wono | discuss |
it dev typescript formdata

Convert object to FormData

Convert object to FormData. GitHub Gist: instantly share code, notes, and snippets.
wono | discuss |
it dev typescript union

타입 가드 | TypeScript Deep Dive

wono | discuss |
it dev typescript union

Property “x” does not exist on union type in typescript when object destructuring

An outline into how to destructure object properties when coming across the "Property “x” does not exist on union type" warning"
wono | discuss |
it dev typescript nameof

Get name of variable in typescript

How can I get a variables name in typescript? I want something like this: var name = "Foo"; alert(getVariableName(name)); //Prints "name"
wono | discuss |
it dev typescript nameof

Typescript nameof

wono | discuss |
it dev typescript generic

[TypeScript] tsx 화살표 함수에 제네릭 사용하기

tsx에서 `<>`는 태그를 나타낼 때 사용하므로, 컴파일러에게 태그가 아닌 제네릭임을 알려 주어야 합니다. 🧐
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms