Posts by morata100 • 11 points
2 posts
-
-1
votes1
answer61
viewsQ: Divs render but no past data appears, React
the program takes data from an api and passes through a filter that returns to the component products that should render on the screen that list, which it does but the product data is not seem.…
-
-1
votes1
answer34
viewsQ: How to make React return specific components depending on the state?
I would like to know how to make React return the component depending on the state father. function One(){ return <div>1</div> } function Two(){ return <div>2</div> }…