feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: FE-REACT-HOOKS-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [react, frontend, hooks, functional-programming, state-management, useEffect, useState]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[React Hooks (리액트 훅)]]
|
||||
# React Hooks (리액트 훅)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "클래스의 복잡한 생명주기(Lifecycle)를 직관적인 함수의 흐름으로 평탄화하고, 컴포넌트 간 상태 로직을 마법처럼 공유하라" — React 16.8부터 도입된, 함수형 컴포넌트에서도 상태와 생명주기 기능을 사용할 수 있게 해주는 혁신적인 API.
|
||||
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 모든 신규 프런트엔드 모듈에 함수형 컴포넌트와 훅 아키텍처를 강제하며, 복잡한 데이터 페칭 로직은 반드시 커스텀 훅으로 추상화하여 관리함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[React-Architecture]], [[Functional-Programming]], [[State-Management-Patterns]], [[SOLID-Principles-in-React]]
|
||||
- **Raw Source:** [[00_Raw/React Hooks.md]]
|
||||
- React-Architecture, [[Functional-Programming]], [[State-Management-Patterns]], SOLID-Principles-in-React
|
||||
- **Raw Source:** 00_Raw/React Hooks.md
|
||||
|
||||
Reference in New Issue
Block a user