- IDU 개발 동아리 Modern Agile 에서 Frontend Leader & Mentor로 활동하고 있습니다.
- 클라이언트 개발과 관련된 유용한 모듈들을 제공하는 @modern-kit 의 Maintainer로 활동하고 있습니다.
-
Libraries
-
Documents
Libraries
Documents
😃 TanStack Query(aka. react query) 에서 자주 사용되는 개념 정리
@modern-kit은 클라이언트 개발에 유용한 모듈들을 제공하는 오픈소스 라이브러리 입니다.
🌄 This is a simple CLI tool that allows you to convert images to webp format. It provides an easy way to convert JPG, JPEG, and PNG images to the more efficient Webp format.
JavaScript 5
Simple React Thumbnail Generator Component 😄
TypeScript 25
A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
DOMPurify - a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify works with a secure default, but offers a lot of configurability and hooks. Demo:
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Overview
문자열의 시작과 끝에서 공백
또는 지정된 문자
를 제거합니다.
chars 매개변수가 주어지지 않으면 모든 선행과 후행 공백을 제거합니다. (String.prototype.trim
과 동일하게 동작합니다.)
chars가 문자열인 경우 해당 문자열을 각 …
isWindow
In client development, we sometimes need to type guard
whether a certain element is a window
or not. I think this would be a useful utility functio…