You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, thanks for this solution, it works really well.
I have a question: where is the correct place to put the data fetcher? Since the root component of all pages is inside the TransitionRouter which is a client component, the pages will not be server components. Am I missing something?
The text was updated successfully, but these errors were encountered:
Hi, first of all, thanks for this solution, it works really well.
I have a question: where is the correct place to put the data fetcher? Since the root component of all pages is inside the TransitionRouter which is a client component, the pages will not be server components. Am I missing something?
@danielmorena If you create a client component just to use the TransitionRouter, then everything (page, layout) can be server components without any problem. This is how all demos are made. Let me know if this answers your question.
Hi, first of all, thanks for this solution, it works really well.
I have a question: where is the correct place to put the data fetcher? Since the root component of all pages is inside the TransitionRouter which is a client component, the pages will not be server components. Am I missing something?
The text was updated successfully, but these errors were encountered: