Hacker News new | ask | show | jobs
by teaearlgraycold 971 days ago
I do really like some of their features. Any recommendations for how I can check for a cookie presence before hitting any react code and redirecting to a login screen without a content flash?
1 comments

Do you have a hard requirement to separate loginapp from react app? If not, you can check many of the react tutorials about how to make a smooth login page
Yeah I’ve thought about going back to serving the React app from the server hosting the API.