Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]