Posts by Igor Noia Silva • 11 points
2 posts
-
0
votes0
answers10
viewsQ: Can you reference one component within another in Styled-Components?
There is the possibility of doing something of the kind in Styled-Components? export const Componente1 = styled.div` background-color: #fff; `; export const Componente2 = styled.div` Componente1 {…
-
0
votes1
answer24
viewsQ: React - When I try to use data from the API using useEffect and useState, the application does not read the data in the component’s Return
I am consuming the Deezer API, using useEffect and useState in Reactjs to list a particular track (an example), but when using the .map, to render, the following error is returned: TypeError:…