Posts by Joao Paulo Gardiano • 49 points
6 posts
-
0
votes1
answer64
viewsQ: PHP MYSQL - Login System - Accepts numeric values only
Hi. I have a problem... I’ve googled enough about it but I haven’t found anything successful. my login system is only accepting numeric passwords. example: User: so-and-so, password: 123 - that way…
-
0
votes1
answer763
viewsQ: onClick={} with div return with API content
talk boys. I’m having a beginner problem... I’m new to reactjs and wanted to know how to do it: as soon as I click the button it returns me the data of the api inside a DIV ex: (article, Section and…
-
0
votes1
answer204
viewsQ: Form value API Request - Javascript Axios - Ajax
I am trying to enter a value in the form and if the value is equal to the login string of the api return me the login property and show in HTML. Html do form e do button <input id="procurar"…
-
-1
votes1
answer56
viewsQ: JAVASCRIPT - Accessing property that contains api link
Good evening! I cannot access the title property inside the films as I do to make this request? Planet: Hoth Total population: USSR Climate: Frozen Land: tundra, ice caves, mountain ranges Movie…
-
0
votes1
answer50
viewsQ: JAVASCRIPT - Star Wars API -Promise Return
my problem is that I can’t return the results['name'] of the api request. When I click on the button it returns the Response.data with the following response ['Object, Object'] and when I Seto…
-
3
votes1
answer14667
viewsQ: REACT-JS - Warning: Each Child in a list should have a Unique "key" prop
Problem in rendering my state always gives error: Warning: Each Child in a list should have a Unique "key" prop. Check the render method of Main. See https://fb.me/react-warning-keys for more…