A light example of universal application with react-intl and redux
Shows also how to use storybook with react-intl
Important: Project was built only for development purpose, it is not ready for production usage.
- react-intl
- formatjs
- redux
- storybook
- ramda (just for one function :) )
- styled-components
- webpack-dev-middleware with webpack-hot-middleware
- And much more. Explore the repository.
git clone
cd react-intl-example
yarn (or npm install)
- run
yarn start
- point your browser to localhost:8000
storybook prerequisites
- run
yarn run extract-messages
to extract messages for react-intl - run
yarn run combine-messages
to create a common language fileall.json
- then run
yarn run storybook