Template rendering order at next.js@13.4.12
Unanswered
American black bear posted this in #help-forum
American black bearOP
i have 2 client components. One is template.tsx & the other is the page.tsx
Why page is always rendered first, and template is the final ? isn't the purpose of template is shall be a
Why page is always rendered first, and template is the final ? isn't the purpose of template is shall be a
template and therefore need to be rendered first ?