Skip to content

gaearon/redux-react-router-async-example

 
 

Repository files navigation

http://emmenko.github.io/redux-react-router-async-example

This is a boilerplate example showcasing mostly Redux and React Router.

Still a WIP but it aims to provide different examples or use cases with the two libraries.

Development

$ npm install
$ npm start

I18n support

All messages in this website are localized and rendered using react-intl@2.0.

There is also a babel plugin to extract all the default messages into ./_translations/lib to be provided to translators.

$ npm run build:i18n

You can also run a script to extract all those translations as key-value.

$ npm run build:i18n:langs

Thanks

About

A showcase of the Redux architecture with React Router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 88.2%
  • CSS 9.0%
  • HTML 2.8%