Posts by Diego • 25 points
3 posts
-
2
votes1
answer169
viewsQ: Browse array of React objects
I intend within my parent component to create a function that will scroll through all objects stored in the state of this same component, checking whether the given parameter is equal to the value…
-
0
votes1
answer32
viewsQ: Passing method with parameter
Is it possible for me to use a function of the parent component that updates the state of that same component in ANOTHER component? (this function has a parameter that would be the new value to be…
-
-1
votes3
answers44
viewsA: I want the main tag not to be affected by the margin
The problem apparently is in your tag p that’s causing this withdrawal that you’re saying. By removing the margin of this component in the CSS it already fits the entire screen. Corrected CSS code:…