Posts by Gabriel Crevelario • 3 points
2 posts
-
0
votes2
answers1389
viewsQ: How to put the image address in src without it having to be a Component in React
Good evening I have a js file with an array of objects and one of these properties is image as I do to render it in src already tried {item.image} but it’s just a string and React apparently uses…
-
0
votes1
answer27
viewsQ: Save the form so that when returning an error it does not erase the inputs
I’m making a registration system, when the data is correct he saves in the bank in a good, when it gives error it returns where it is wrong but it erases everything that has been filled or is not…