REACT Stateless Functional Component

737 단어 react.
stateless function component 는 0.14 버 전에 서 제공 되 며, state 가 없 으 면 출력 내용 의 변 화 는 입력 된 props 에 만 의존 합 니 다.
that has no state and returns the same markup given the same props
const Hehe= (props) =>
    

hehe

;

장점: 1. 코드 가 적 고 구조 가 명확 하 다.
참고 문서https://medium.com/@housecor/react-stateless-functional-components-nine-wins-you-might-have-overlooked-997b0d933dbc#.utpf5xnsa

좋은 웹페이지 즐겨찾기