Posts by lima23 • 27 points
5 posts
-
0
votes3
answers83
viewsQ: Reading Asyncstorage generates an infinite loop
I have a problem with my applications. I use a lot of useState(), but I have been observing that this is generating endless loops in my application. Follow an example: if(show){…
-
1
votes2
answers365
viewsQ: How to render asynchronous content in React Native?
I’m new to React Native and I’m developing a test application where I need to save some data on the device using Async Storage. I was able to save the data correctly, but when I try to get the data…
-
-2
votes1
answer59
viewsA: push javascript == Undefined
To solve, just change the objectArrey variable to the following form: objectArrey: Object[] = []
-
-2
votes1
answer59
viewsQ: push javascript == Undefined
I’m trying to send an object inside a arrey to get a sequence of objects but when I use the push it error function saying that Undefined I’ll leave the codes below: objectArrey: Object[] //esse é a…
-
0
votes1
answer77
viewsQ: change the font color inside the pre tag
I have the following pre tag simulating js code <pre class="text" id="text-two" style="margin-left: -29% !important;margin-top: -8.5%;"> <h1> Deshboard codando mais um bot pra…