Posts by Alex Forastier Pierini • 21 points
3 posts
-
0
votes0
answers59
viewsQ: Get Access Token after login - React + Axios
I’m trying to globally set the token based on the login function response. Previously received in response the token information, but now, no more... Accessing the developer tools, Chrome Network…
-
0
votes2
answers631
viewsA: React js - Update a Parent component list/array through the Child component state
After much study I managed to understand this logic of passing functions p/ the events of the children components. Follow the answer, I hope you help someone who went through the same difficulty as…
-
0
votes2
answers631
viewsQ: React js - Update a Parent component list/array through the Child component state
Good evening, I’m new to React, I come from Java/C# programming and I’m having a hard time understanding things that might be simple in React js. My question is the following, I need to update a…