Hacker News new | ask | show | jobs
by theflyinghorse 971 days ago
You can do what many of us do and simply use reactjs. Despite the hype you dont have to use next, and frankly i would advise against using next
1 comments

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?
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.