Forem

Composite
Composite

Posted on • Edited on

1

Svelte 의 과제

나도 참여 좀 하고는 있는데 시간적 여유가 넉넉치 않음.

  • [x] HMR 지원 (Svelte 팀이 결국 헬프때림) vite 지원하면서 같이 해결됨
  • [ ] Webpack 5 Support (이게 골때리는게 버전 지원이 추가되어야 해서 코드가 더러워질까봐 Svelte 팀이 손 못 대는건지 안 대는지 각 재는중) vite로 대체됨
  • [ ] Serverless 지원 (이미 커뮤니티에서 지원하고 있으나 좀 더딤) 진행중

Top comments (2)

Collapse
 
mfire profile image
truestar

글 쭈욱 보고있는데 흥미로운 주제도 많고, 글이 너무재미있네요.. 잘보고갑니다^^

Collapse
 
composite profile image
Composite

지금 보니 재미 하나도 없는데... 감사합니다... 아 그리고 컴파일러 커스터마이징은 preprocessor 로 간접적이긴 하지만 공식 지원하고 있고, 커뮤니티에서 좀 더 깊은 컴파일 커스터마이징을 제공하고 있습니다. github.com/novacbn/svelte-pipeline 이런 걸 약간이라도 수용한다면 더 좋겠습니다.

typescript

11 Tips That Make You a Better Typescript Programmer

1 Think in {Set}

Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay