Components in React
Components are UI utilities we can use to distribute our UI in our code. For now, think that components are JavaScript functions and we can pass 'props' as an argument to them.
function MyFun(props){
//MyFun is a component
//props is an argument ...
saran-ka-gyaan.hashnode.dev3 min read
Sattyam Samania
Currently a CSE Undergrad learning different tech stack and improving problem solving skills
Amazing π