یکی دیگر از مزایای مهم react-intl این است که به شما امکان می دهد محتوا را در برنامه خود در فایلهای خاص زبان متمرکز کنید. این کاریک مکان ثابت برای یافتن محتوا ایجاد می کند و استفاده مجدد را تقویت می کند. اگر تاکنون از فایلهای yml خاص برای زبان در Rails استفاده کرده اید ، از قبل با این الگو آشنا هستید.

در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم:
Install and Configure the Entry Point of react-intl
Convert a Hard Coded String using react-intl FormattedMessage
Render Content with Placeholders using react-intl FormattedMessage
Render Content with Markup Using react-intl FormattedHTMLMessage
Format Date and Time Using react-intl FormattedDate and FormattedTime
Format a Date Relative to the Current Date Using react-intl FormattedRelative
Format Numbers with Separators and Currency Symbols using react-intl FormattedNumber
Render Content Based on a Number using react-intl FormattedMessage
Use a react-intl Higher Order Component to format messages and get current locale
Write tests for react-intl output using enzyme and Jest
Use Webpack to Conditionally Include an Intl Polyfill for Older Browsers