I am new to Mantine and I am following the guide with an app I created. I just want to understand the purpose of the server side rendering code provided. Firstly does this apply to SSR on my NodeJS backend or is it referring to Mantine as a server. The guide states that if I do not use the code provided then SSR will not work. If the SSR applies to my NodeJS backend why can't I use NextJS server side methods.
#SSR Mantine
5 messages · Page 1 of 1 (latest)
you can use Next.js, follow guide provided in docs or use one of the templates
Just to clarify the server means my NodeJS backend not a means to serve Mantine components?
I do not understand your question
NodeJs backend has nothing to do with nextjs and mantine with the SSR template
nextjs build the page on the server then serve it to the client, thats why it need need a specific setup (for emotion cache etc)