You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constitemByPerson='CobolAndFtnFB';constslogan="LLP,Brb Dolls,727225, 7652626,35,34367864 Are The Best Thing Ever";constimg="https://static.wikia.nocookie.net/borlandpascal/images/5/54/Hello_world.png/revision/latest/scale-to-width-down/340?cb=20071210155316.jpg"functionitemList(){return(<sectionclassName="itemList"><Itemjob="Enthusiast Pascal Developer"/><Itemtitle='Mr.42932'number={429}/></section>);}constItem=(props)=>{return(<articleclassName="item"><imgsrc="{img}"alt='63526 Fav Prog Lang'/><h1>{slogan}</h1><h4>{itemByPerson}</h4>{/*how to display on the first element and not on the second*/}<p>{props.job}</p><p>{props.title}</p></article>);};//How To Render To The DOMReactDom.render(<itemList/>,document.getElementbyId('root'));
React Card Functional Component Example... Props is what I pass in between my components
This is a layout which will allow me to create multiple cards