Closed lad6558 closed 1 year ago
For random loading tips, have you checked https://nextjs.org/docs/messages/react-hydration-error?
We can probably disable SSR on <Loading/>
or use useEffect
to apply the randomness.
For getting the subscription status, the current hacky way looks good to me. Have you considered setting some placeholder text on the button (e.g. "loading subscription status") instead of hiding it?
Everything else lgtm.
Summary
Frontend & Database Update to Allow User Subscription to "DormScoop"
Questions