Skip to main content
PatternsDev
GitHub 제작자 프로필

PatternsDev

1개 GitHub 저장소에서 수집된 58개 skills를 저장소 단위로 보여줍니다.

수집된 skills
58
저장소
1
업데이트
2026년 4월 15일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

command-pattern
소프트웨어 개발자

Teaches the command pattern for decoupling task execution from invocation. Use when you need undo/redo functionality, queued operations, or want to decouple the object that invokes an operation from the one that performs it.

2026년 4월 15일
proxy-pattern
소프트웨어 개발자

Teaches the proxy pattern for intercepting object operations. Use when you need validation, logging, formatting, or access control on property access, assignment, or function invocation.

2026년 4월 15일
hoc-pattern
소프트웨어 개발자

Teaches the Higher-Order Component (HOC) pattern for logic reuse. Use when you need to share cross-cutting concerns like authentication, logging, or data fetching across multiple components.

2026년 4월 15일
server-side-rendering
웹 개발자

Teaches server-side rendering (SSR) for React applications. Use when you need faster initial page loads, better SEO, or dynamic per-request HTML generation.

2026년 4월 15일
state-management
소프트웨어 개발자

Teaches Vue state management with stores, Pinia, and the Composition API. Use when you need to share and synchronize state across multiple components beyond what props and events can handle.

2026년 4월 15일
compression
웹 개발자

Teaches JavaScript compression techniques including Gzip and Brotli. Use when optimizing network transfer times or configuring server-side compression for production builds.

2026년 4월 14일
dynamic-import
웹 개발자

Teaches dynamic import() for on-demand code loading. Use when you need to reduce initial bundle size by lazily loading modules that aren't required at startup.

2026년 4월 14일
import-on-interaction
웹 개발자

Teaches interaction-based lazy loading for non-critical resources. Use when you have heavy components or libraries that are only needed after user interaction like clicks, hovers, or form input.

2026년 4월 14일
수집된 skill 58개 중 8개를 표시합니다.
저장소 1개 중 1개 표시
모든 저장소를 표시했습니다