nextjs-with-react-intl
nextjs-with-react-intl copied to clipboard
example of using react-intl with serverless setup
trafficstars
nextjs-with-react-intl
This example is outdated, rather refer to a newer version on the next.js examples repo: with-react-intl,
Or get started using create-next-app with npm or Yarn to bootstrap the example:
npx create-next-app --example with-react-intl with-react-intl-app
# or
yarn create next-app --example with-react-intl with-react-intl-app