#coding
are independent ,reusable piece of code,serve the same purpose as js function but they can return html,
there are class component and function component,
Function component is most used one
eg
function Car() {
return
Hi, I am a Car!
;}
😀
#coding
are independent ,reusable piece of code,serve the same purpose as js function but they can return html,
there are class component and function component,
Function component is most used one
eg
function Car() {
return
Hi, I am a Car!
;}
😀