Posts by Inês Borges • 1 point
1 post
-
0
votes0
answers14
viewsQ: How to redirect to another page after an animation in React and typescript
I’m trying to send the user to the login page after an initial animation that takes 2 seconds to run, so I did a 3-second setTimeout to redirect to the login page. But it says that the web page…