Posts by brunocarvalhs • 21 points
2 posts
-
1
votes2
answers168
viewsA: React Native: Component does not find state data after setState
This error occurs because it is using an asynchronous request, to work properly try to separate the function outside of the Hooks, so it should work, is to read the returned Array, traverses using…
-
1
votes1
answer302
viewsA: How to change the "innerHTML" of a tag using javascript and Ionic?
Unlike web development, Ionic has its dependencies, and has Javascript support but using angular is more appropriate. <ion-content> <div class="ion-padding"> <h1 id="h2">Seu…