0% found this document useful (0 votes)
1 views

implementation_react

The document appears to be a React component file named APP.jsx that contains commented-out code for various components such as Details, List, Card, and others. It includes references to images and data mapping for rendering cards, as well as several other components related to state management, routing, and API calls. The extensive use of comments suggests that the code is in a developmental or testing phase, with multiple functionalities being explored.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

implementation_react

The document appears to be a React component file named APP.jsx that contains commented-out code for various components such as Details, List, Card, and others. It includes references to images and data mapping for rendering cards, as well as several other components related to state management, routing, and API calls. The extensive use of comments suggests that the code is in a developmental or testing phase, with multiple functionalities being explored.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

<div >

{/* <h1>APP.jsx</h1>
{/* <Details></Details> */}
{/* <List/> */}
{/* <div id="cards_container">
{/* <Card img="https://cdn.pixabay.com/photo/2023/08/08/15/01/flower-
8177578_1280.jpg" name="white flower" des="this whi flower"></Card> */}
{/* {cards_data.map((object,index)=>{ */}
{/* let {img,name,des}=object */}
{/* return <Card key={index} img={img} name={name} des={des}></Card> */}

{/* })} */}


{/* </div> */}
{/* <Emps></Emps><hr/>
<Card></Card><hr/>
<Accordian></Accordian><hr/>
<Event1></Event1><hr/>
<T></T><hr/>
<State1></State1><hr/>
<State2></State2><hr/>
<hr></hr>
<Change></Change><hr/>
<hr></hr>
<Change2></Change2><hr/>
{/* <HIde_show_para></HIde_show_para><hr /> */}
{/* <Bacc></Bacc><hr/> */}
{/* <Cards></Cards><hr></hr> */}
{/* <CardsIttems></CardsIttems><hr/>
{/* <Styled_components></Styled_components><hr/> */}
{/* <Uncontroled/> */}
{/* <Controled/><hr/> */}
{/* <Fact/>
<Fact2/><hr/>
<Githubapi/><hr/>
<Fact3/><hr/>
<Listandkeys/><hr/> */}
{/* <Axios/><hr/> */}
{/* <Display/> */}
{/* <Routing1/> */}
{/* <Context1/> */}
<hr/>
{/* <Ref1/><hr/> */}
{/* <Ref2/> */}
{/* <Reduce/> */}
</div>

You might also like