EN
React Login Form
1
answers
6
points
I want to create a login page using react js and I want to redirect to another component page when clicked on the login button. How do I do that ??
1 answer
5
points
In Wiki for Code module there are available 2 useful in your case solutions:
After success login operation call redirection to desired website.
To know how to use react-router check: React / react-router - basic routing example
Let me know if it helps you somehow.
Example screenshots:

0 comments
Add comment