Posts by Iury Felipe • 3 points
1 post
-
-1
votes2
answers817
viewsQ: Is it possible to pass parameters from one route to another without going through the url in reactjs?
I’m learning reactjs and in the application I’m developing I have a login screen that authenticates the user to access a private route. On this private route I would like to load this user’s data…