-
Notifications
You must be signed in to change notification settings - Fork 0
Nextjs ssr #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: api-queries
Are you sure you want to change the base?
Nextjs ssr #7
Conversation
| export const LazyThemeContextProvider = dynamic( | ||
| () => import('@/context/theme/ThemeContext').then((module) => module.ThemeContextProvider), | ||
| { | ||
| ssr: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
За такое type safety респект!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А для некста плагин стоит?
| if (response.statusText) { | ||
| await new Promise((res) => setTimeout(res, 400)); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А это для чего нужно?
| @@ -0,0 +1,5 @@ | |||
| import { About } from '@/components/About/About'; | |||
|
|
|||
| export default function aboutPage() { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AboutPage

Uh oh!
There was an error while loading. Please reload this page.