Hacker News new | ask | show | jobs
by teaearlgraycold 971 days ago
I’m currently wondering if I should switch to Vue or something else because of “use server”
1 comments

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