nicmart-dev / feedmenow

An app that recommends recipes based on ingredients I have in my fridge or pantry list
1 stars 0 forks source link

Setup react-intl for Localization #4

Closed nicmart-dev closed 1 week ago

nicmart-dev commented 1 week ago

We are using react-intl to support localizing the app to multiple languages. https://formatjs.io/docs/getting-started/installation/

React Intl has a set of React components that provide a declarative way to setup an i18n context and format dates, numbers, and strings for display in a web UI. The components render React elements by building on React Intl's imperative API.