byyoungjin / myblog-next

https://log.byyoung.me
0 stars 1 forks source link

[FIX] Performance 개선 #22

Open byyoungjin opened 2 years ago

byyoungjin commented 2 years ago

Performance 개선

https://nextjs.org/docs/going-to-production 여기 있는것 다 적용해보기

byyoungjin commented 2 years ago

mobile friendly layout

byyoungjin commented 2 years ago

Animations

byyoungjin commented 2 years ago

State management in Next.js? -> _app.tsx 에 provider 를 위치하면 state 가 persist 하다 https://www.smashingmagazine.com/2021/08/state-management-nextjs/ https://github.com/vercel/next.js/tree/canary/examples/with-redux

byyoungjin commented 2 years ago
byyoungjin commented 2 years ago

SEO

https://birtony.medium.com/search-engine-optimization-with-next-js-7cf0ac6e8f45

https://search.google.com/search-console/inspect?resource_id=https%3A%2F%2Flog.byyoung.me%2F&id=-MJPuDfDOZLZwCi5D798yQ&hl=ko 위 url 검사 툴에서 http 가 아니라 https://log.byyoung.me 로 넣어야 제대로 크롤링해온다

byyoungjin commented 2 years ago

Internationalization

https://daily.dev/blog/internationalization-i18n-in-nextjs https://nextjs.org/docs/advanced-features/i18n-routing

byyoungjin commented 2 years ago

stripe module

byyoungjin commented 2 years ago

Bug fix