Share
Sign In

Development Techniques

개발 관련 정보 모음
All
Node.js
Node.js v23.6.0부터 지원되는 TypeScript에 대한 설명
Node.js v23.6.0부터는 플래그 없이 TypeScript 파일 실행가능 타입 관련 구문을 제거(type stripping)하는 방식으로 동작하며, 트랜스파일(transpile)은 수행하지 않으며 몇가지 지원되지 않는 방식이 있으니 주의할 것.
  • S
    senxation
  1. Node.js
2024년 React 트렌드
tRPC + React query TanStack Router React Compiler Biome styleX oxc 봐야할 것이 많다. 우선 styleX부터
  • S
    senxation
Baseline 2023
https://web.dev/blog/baseline2023 눈여겨 볼만한 것은 OffsetScreen Canvas (https://web.dev/articles/offscreen-canvas)
  • S
    senxation
Web Platform Baseline
브라우저별로 다른 지원여부를 찾기 위해서 매번 caniuse.com을 찾아헤매곤 했는데 web.dev에서 Baseline이라는 정의를 내림. https://web.dev/baseline 이미 caniuse.com 이나 mdn 등에 적용되어있음. Widely available이라고 마킹된 기능은 브라우저들이 지원하기 시작한지 30개월이 지난것이니 안심하고 써도 될 것 같음. 여기서 정의하는 주요 브라우저는 다음과 같음 Safari (macOS and iOS) Firefox (desktop and Android) Chrome (desktop and Android) Edge (desktop)
  • S
    senxation
css text-wrap: balance
https://developer.chrome.com/docs/css-ui/css-text-wrap-balance
  • S
    senxation
css subgrid
https://web.dev/articles/css-subgrid 대략 이런 기능 no subgrid /w subgrid
  • S
    senxation
:has() css 셀렉터
https://developer.chrome.com/blog/has-m105
  • S
    senxation
타겟 사이즈 설계
https://ishadeed.com/article/target-size
  • S
    senxation
Made with SlashPage