Skip to content

Instantly share code, notes, and snippets.

@fwojciec
Created September 3, 2019 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fwojciec/166e9bb25f79444874a9ccf01b59b677 to your computer and use it in GitHub Desktop.
Save fwojciec/166e9bb25f79444874a9ccf01b59b677 to your computer and use it in GitHub Desktop.
How to build a multilingual website in Next.js #4
import React from 'react'
const Page: React.FC = () => {
// (...)
}
export default withLocale(Page) // <- component is wrapped with a HOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment