I have a pretty solid workflow for Angular with SSR and parse but Im working a lot with NextJS at the moment and would like to try Parse with it.
Is there any recommended example repo’s showing an integration with a NextJS ssr project ?
I have a pretty solid workflow for Angular with SSR and parse but Im working a lot with NextJS at the moment and would like to try Parse with it.
Is there any recommended example repo’s showing an integration with a NextJS ssr project ?
I never tried personally, but I think you need to store the sessionToken in a cookie, and wrap your server code in a code that will get the session (and or user) from the cookie.
try this one: Exploring nextjs (github.com)