northerneyes / react-intl-example

React Intl universal application example with hot reloading and strorybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Intl Universal Application

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.

Libraries

Prerequisites

Create App

git clone
cd react-intl-example
yarn (or npm install)

Start Development

storybook prerequisites

  • run yarn run extract-messages to extract messages for react-intl
  • run yarn run combine-messages to create a common language file all.json
  • then run yarn run storybook

About

React Intl universal application example with hot reloading and strorybook


Languages

Language:JavaScript 100.0%