Usercentrics - PUBLIC

Next.js

Next.js is an open-source React front-end development web framework, that enables functionality such as server-side rendering and generating static websites for React-based web applications.

Next.js is an open-source React front-end development web framework, that enables functionality such as server-side rendering and generating static websites for React-based web applications.

Regarding Next.js, server-side rendering will not work with our CMP as it heavily requires localstorage to work properly and we would need to support server-side rendering on our side.

Just adding our script shouldn't interfere with the client’s server-side rendering logic and work just fine. Basically, depending on what the client is trying to achieve, if they do not need to render the CMP server-side, they can just add our script in the next.js config file and this should work just fine.


Do you need further help?

How can I get help with technical questions?

 

Usercentrics - PUBLIC