Posts by Helder Grunewald • 33 points
2 posts
-
0
votes0
answers1273
viewsQ: saving authentication data in localStorage React js
I am developing an application in Reactjs and using Axios to work with requests and need to keep user data saved in localStorage, but something is missing in my code, as this giving Undefined in the…
-
3
votes1
answer439
viewsQ: How to post in XML in Reacjs
I am starting my walk in Reactjs, and I am going through a problem a few days ago, which is to login to an external api in my application, to give the user access to the rest of the application. I…