Skip to content

Commit 48f5f72

Browse files
committed
Merge branch 'master' of https://github.com/AlexTechNoir/Next.js-Blog into master
2 parents 23fe337 + f13752c commit 48f5f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ Static demo blog. Deployed on [Vercel](https://vercel.com).
7171

7272
## Notes:
7373

74-
- at first load there is FOUC from Material-UI. MUI has [recommendations for server rendering](https://material-ui.com/guides/server-rendering/) and [example for Next.js](https://github.com/mui-org/material-ui/tree/master/examples/nextjs), however this measures doesn't work for everyone. There is fix, but it [works only in dev mode](https://github.com/vercel/next.js/issues/13058#issuecomment-666948357). Upd: until this issue's fixed I use [Next.js dynamic import without SSR](https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr) on SearchBar component to avoid FOUC, [here](https://github.com/AlexTechNoir/Next.js-Strapi-Blog/blob/master/components/Header.js#L7).
74+
- at first load there is FOUC from Material-UI. MUI has [recommendations for server rendering](https://material-ui.com/guides/server-rendering/) and [example for Next.js](https://github.com/mui-org/material-ui/tree/master/examples/nextjs), however this measures doesn't work for everyone. There is fix, but it [works only in dev mode](https://github.com/vercel/next.js/issues/13058#issuecomment-666948357). Upd: as a temp fix, use [this](https://github.com/vercel/next.js/issues/13058#issuecomment-763746324).
7575
- Facebook comment counters may be loaded slow (I guess it depends on Facebook)

0 commit comments

Comments
 (0)