Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daggerok/redux-examples
This repo is contains some react + redux playground example
https://github.com/daggerok/redux-examples
actions create-react-app createstore gh-pages material-design-icons materialize-css provider react react-redux reducer redux spring-webflux webflux
Last synced: 28 days ago
JSON representation
This repo is contains some react + redux playground example
- Host: GitHub
- URL: https://github.com/daggerok/redux-examples
- Owner: daggerok
- Created: 2017-08-10T04:15:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T00:11:13.000Z (over 7 years ago)
- Last Synced: 2024-11-11T15:38:07.471Z (3 months ago)
- Topics: actions, create-react-app, createstore, gh-pages, material-design-icons, materialize-css, provider, react, react-redux, reducer, redux, spring-webflux, webflux
- Language: JavaScript
- Homepage: https://daggerok.github.io/redux-examples/
- Size: 16.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= redux-examples image:https://travis-ci.org/daggerok/redux-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/redux-examples"]
. link:0-template/[React Template App]
. link:00-reducer/[Reducer App]
. link:01-react-bank/[React Bank]
. link:02-redux-bank/[Redux Bank]
. link:03-react-redux-bank/[React Redux Bank]
. link:04-redux-devtools/[Redux DevTools]
. link:05-clicker-template/[Clicker Template App]
. link:06-todo/[TODO App]
. link:07-todo-connect-many/[TODO App: connect many components]
. link:08-combine-reducers/[TODO App: combine reducers into rootReducer]
. link:09-apply-middleware/[TODO App: apply redux middleware]
. link:10-async-redux-with-rest-api/[TODO App: redux thunk - async actions]
. link:11-contact-list-with-rest-api/[Contact List App]