#Dynamically build (?) mantine styles
6 messages · Page 1 of 1 (latest)
Why cannot you render it on the backend?
Hmm.. But how? 🤔 I do not understand
The case is: I have template with pedigree that i want to customize on frontend (interactive styling this template) => then i save styles to backend. Actually backend is responding to me with pdf file to download, but its hard to synchronize two templates, one on backend and one on frontend, so i want to generate correct view on front, and then send it to backend => then backend responds to me with generated PDF file
Anyway how would I render this on backend? In this approach i should have two templates, one for backend one on frontend? Or im thinking wrong? 😅
With Next.js I suppose
Render it during sending request with middleware? Ill be able to generate mantine output styles like this?