📚
Today I Learned at Work
BioGithub
  • Wiki
  • css-in-js
    • styled-components
      • transitent props
  • css
    • ellipsis
      • flex-box에서 n번째 줄부터 ellipsis 처리하기
  • javascript
    • date
      • 자바스크립트 Month가 0부터 시작하는 이유
  • next-js
    • config
      • Next.js router pathname type-safe하게 개발하기
    • library
      • @next/third-parties
  • dev-tools
    • eslint
      • vscode-extension
        • vscode에서 코드 저장 시 마다 eslint fixAll 실행하기
    • prettier
      • option
        • --ignore-path
  • html
    • tags
      • video
        • video 태그만 사용하는 방법과 source 태그를 함께 사용하는 방법의 차이점
Powered by GitBook
On this page

Was this helpful?

  1. next-js

config

Next.js router pathname type-safe하게 개발하기
Previousnext-jsNextNext.js router pathname type-safe하게 개발하기

Last updated 9 months ago

Was this helpful?