Sending State with SSGProps
So the content of the web app I want to make is primarily static except for one thing. Is there any way for me to send the state down while using SSG as a rendering strategy
4 Replies
cookies?
i can send objects down via cookies?
you're not sending anything down
also, no cant use cookies forgot ssg is welp yh
cant
how would you even send specific user state into a getStaticProps
no possible
okay so I'd have to use SSR
so would I ssr and then fetch the remaining data
or would I ssr and send cookies down