Posts by LUCAS MICHEL DA SILVA • 31 points
4 posts
-
0
votes2
answers92
viewsA: Dynamic consumption of REST React API
You can create a useEffect for the variable you want. That is, the moment a certain variable has its value changed, it triggers a certain action. Look at the following example. const [value,…
-
1
votes3
answers1423
viewsQ: useState does not update - Reactjs
I’m starting in the world of Reactjs. I have a front that is consuming a tracking API, so it returns me an object with status, responseMessage and Object, an array of objects. I do the…
-
1
votes1
answer100
viewsQ: Input with fgets
Hello, I’m having the following difficulty, the moment I call the function of fgets, regardless of whether on any parole, or in the registration function it does not work. At the moment when…
-
0
votes1
answer269
viewsQ: Query Excel with cell criteria
I have a spreadsheet based on an SQL code powered by our database. But every month I have to enter the code and change the dates to get this information right. I want Power Query to use the values…