Posts by Érico • 15 points
3 posts
-
0
votes1
answer87
viewsQ: How to change a state in the following scenario with the Onchange event
I have a component and the following state: this.state = { form : { name : '', username: '', email: '', phone: '', address: { street: '', suite: '', city: '', zipcode: '' } } } In form fields, use…
-
0
votes1
answer45
viewsQ: Problems with google Oauth
I cannot enter a valid URI in the credentials of the google authentication api, I always get back the following error: redirect_uri_mismatch. I’ve tried every recommendation http: //localhost /,…
-
1
votes1
answer168
viewsQ: How to know the contents of a foreign key for filling another table?
I will give as an example 2 tables of a database: User and Address. where the user has the idEndereco attribute as a foreign key to the address table. The ids are with AUTO INCREMENT, yet, how do I…