Posts by babukuinha • 51 points
6 posts
-
0
votes1
answer78
viewsQ: Make a global useState variable in React
I’m making an app through the expo with React-Turn on.I’m making a button that when I click I want it to change the height of a Component . I thought of carrying out an export of a variable useState…
-
1
votes1
answer57
viewsA: Error: Undefined Binding(s) when I’m going to give a
I ended up solving only changing the GET method to POST. As much as you are looking for information inside the database, it is necessary to be in the POST method, because it is necessary every time…
-
0
votes1
answer57
viewsQ: Error: Undefined Binding(s) when I’m going to give a
I’m trying to make a login system , I wrote the code and when I do it works perfectly , but when I made the connection to the front end using Axios it can’t send the typed data to the database. I…
-
0
votes1
answer55
viewsQ: error : problem performing npm start , failed at the [email protected] start script - React
I’m trying to run my app on React by command npm start , but every time that comes along: # # Fatal error in , line 0 # Check failed: U_SUCCESS(status). # # # #FailureMessage Object:…
-
1
votes1
answer88
viewsQ: How to put multiple JSX expressions on onload in React
Is there any way to put two JSX expressions on onload? Every time I try to put two expressions he doesn’t recognize the second expression. I wanted to try to put it this way : <td onLoad={e <…
-
0
votes1
answer272
viewsQ: how to make React render a table
I’m trying to make a table , 5 tall by 7 wide , inside the React , however, when I tried to run the 2° for loop he does not recognize and ends up not doing the action , obg by help S2 function…