Next.js Discord

Discord Forum

lazy hydrate with next 13

Unanswered
feliperochaxx posted this in #help-forum
Open in Discord
My app has a modal using Dialog component from Mui v4 that is loaded when user click in a button (Dynamic);

However, for SEO purposes, I need the modal HTML inside the first server response, but just de bare HTML. I want to load the JS e CSS only when user click in the button;

Any one can help me with that?

0 Replies