public:computer:react.js

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
public:computer:react.js [2023/01/10 11:47] alexpublic:computer:react.js [2023/01/10 14:34] (current) alex
Line 45: Line 45:
 </html> </html>
 </sxh> </sxh>
 +==== 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, getDerivedStateFromProps, reder, componentDidMount 
 +    * Update; getDerivedStateFromProps, shouldComponentUpdate, render, getSnapshotBeforeUpdate, componentDidUpdate 
 +    * Unmount; componentWillUnmount 
 +  
 ===== References ===== ===== References =====
   * [[https://ko.reactjs.org/docs/getting-started.html|시작하기]]   * [[https://ko.reactjs.org/docs/getting-started.html|시작하기]]
  • public/computer/react.js.1673318853.txt.gz
  • Last modified: 2023/01/10 11:47
  • by alex