redux-app-examples
Version:
Examples of redux-app with Angular and React.
20 lines (10 loc) • 675 B
Markdown
# Gladiators example - redux-app
A real world example made with [redux-app](https://github.com/alonrbar/redux-app) and [React](https://reactjs.org/).
## Main Page

## Edit Profile Page

## The Arena Page

## Remarks
When reading the source it is recommended to start with the [state directory](https://github.com/alonrbar/redux-app-examples/tree/master/src/react/gladiators/state) where all application logic resides.