Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| public:computer:react.js [2023/01/10 11:47] – alex | public:computer:react.js [2023/01/10 14:34] (current) – alex | ||
|---|---|---|---|
| Line 45: | Line 45: | ||
| </ | </ | ||
| </ | </ | ||
| + | ==== Concepts ==== | ||
| + | * react | ||
| + | * jsx(JavaScript XML) | ||
| + | * props; | ||
| + | * defaultProps | ||
| + | * props.children | ||
| + | *isSpecial | ||
| + | * useState (@React Hooks), state | ||
| + | * 함수형 업데이트 | ||
| + | * useRef (@React Hooks) | ||
| + | * useEffect (@React Hooks) | ||
| + | * useMemo (@React Hooks) | ||
| + | * useCallback (@React Hooks) | ||
| + | * useReducer | ||
| + | * cutom hooks | ||
| + | * LifeCycle | ||
| + | * Mount; constructor, | ||
| + | * Update; getDerivedStateFromProps, | ||
| + | * Unmount; componentWillUnmount | ||
| + | | ||
| ===== References ===== | ===== References ===== | ||
| * [[https:// | * [[https:// | ||