Props
Created by Codedamn about a year ago
0
No description provided
6 Comments
0
Babel how-to How to set-up my Babel for ths case?
0
Awesome cleared my props doubts Thank you
1
it is really helpful
0
Greatly simplified and easy to understand
0
really helpful & excellent explanation
0
also can deconstruct prop in the function component parameter.
function Student({name, age, isStudent}) { return(
<p>{name}</p> )}show more answers
Your comment