Sunday 29 March 2020

Render a react app with some states passed in

Hello all, I have a node express backend and react front end.Currently when user register the backend sends a link with a jwt to the email. What I want to achieve is when user click on that link, which would be a get request, the backend would send the static assets of my react app but with some states - on verification page and success/error. How would I go about doing this? Thanks!

Submitted March 29, 2020 at 02:40PM by b439988

No comments:

Post a Comment