< KitSkills />
HOME
FRONT-END
BACK-END
DEVOPS
OTHERS
>
front-end
React life-cycles
Created by:
Kitman Yiu
Updated at:
1 day ago
Definition: Properties to pass data from parent components to child components
Benefits: Predictability and Readability(Read only)
Examples: function Comp(props) { const {abc} = props; }