Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Merge pull request #39 from mpeyper/todos-example
Browse files Browse the repository at this point in the history
Added todos example
  • Loading branch information
jpeyper authored Aug 22, 2017
2 parents 4bb307d + 2be6e74 commit 3d4ca5b
Show file tree
Hide file tree
Showing 23 changed files with 11,881 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
Redux Subspace is distributed with a few examples in its [source code](/examples). Most of these examples are also on [CodeSandbox](https://codesandbox.io/), this is an online editor that lets you play with the examples online.

* [Counter](/examples/counter)
* [Todos](/examples/todos)
15 changes: 15 additions & 0 deletions examples/todos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Todos

This example extends [Redux's todos example](https://github.com/reactjs/redux/tree/master/examples/todos) to be broken up into multiple sub-apps.

To run the example locally:

```sh
git clone https://github.com/ioof-holdings/redux-subspace.git

cd redux-subspace/examples/todos
npm install
npm start
```

Or check out the [sandbox](https://codesandbox.io/s/github/ioof-holdings/redux-subspace/tree/master/examples/todos).
Loading

0 comments on commit 3d4ca5b

Please sign in to comment.