Bunch of accidental setup/usage examples yet for frontend people
Each example is a self contained npm package, meaning it has its own dependencies, version, build process etc.
To run any example just do cd ./EXAMPLE_FOLDER
from within the repository root and execute npm i && npm start
.
It is simple example using intl and intl-messageformat for i18n. The example is built with: react, webpack, intl, intl-messgeformat.
A simple example demonstarting i18n in React app using react-intl library. Built with: react, webpack, react-intl.