Skip to content

Commit 0d94ca0

Browse files
committed
Add "Example apps" to ecosystem and reorder sections
1 parent 1a3da61 commit 0d94ca0

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

docs/introduction/Ecosystem.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,28 @@ On this page we will only feature a few of them that the Redux maintainers have
5050

5151
* [redux-devtools](http://github.com/gaearon/redux-devtools) — An action logger with time travel UI, hot reloading and error handling for the reducers, [first demoed at React Europe](https://www.youtube.com/watch?v=xsSnOQynTHs)
5252

53-
## Tutorials and Articles
53+
## Community Conventions
5454

55-
* [redux-tutorial](https://github.com/happypoulp/redux-tutorial) — Learn how to use Redux step by step
56-
* [What the Flux?! Let’s Redux.](https://blog.andyet.com/2015/08/06/what-the-flux-lets-redux) — An intro to Redux
57-
* [Handcrafting an Isomorphic Redux Application (With Love)](https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4) — A guide to creating a universal app with data fetching and routing
58-
* [Full-Stack Redux Tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html) — A comprehensive guide to test-first development with Redux, React, and Immutable
55+
* [Flux Standard Action](https://github.com/acdlite/flux-standard-action) — A human-friendly standard for Flux action objects
56+
* [Canonical Reducer Composition](https://github.com/gajus/canonical-reducer-composition) — An opinionated standard for nested reducer composition
57+
* [Ducks: Redux Reducer Bundles](https://github.com/erikras/ducks-modular-redux) — A proposal for bundling reducers, action types and actions
5958

6059
## Talks
6160

6261
* [Live React: Hot Reloading and Time Travel](http://youtube.com/watch?v=xsSnOQynTHs) — See how constraints enforced by Redux make hot reloading with time travel easy
6362
* [Cleaning the Tar: Using React within the Firefox Developer Tools](https://www.youtube.com/watch?v=qUlRpybs7_c) — Learn how to gradually migrate existing MVC applications to Redux
6463

65-
## Community Conventions
64+
## Tutorials and Articles
6665

67-
* [Flux Standard Action](https://github.com/acdlite/flux-standard-action) — A human-friendly standard for Flux action objects
68-
* [Canonical Reducer Composition](https://github.com/gajus/canonical-reducer-composition) — An opinionated standard for nested reducer composition
69-
* [Ducks: Redux Reducer Bundles](https://github.com/erikras/ducks-modular-redux) — A proposal for bundling reducers, action types and actions
66+
* [redux-tutorial](https://github.com/happypoulp/redux-tutorial) — Learn how to use Redux step by step
67+
* [What the Flux?! Let’s Redux.](https://blog.andyet.com/2015/08/06/what-the-flux-lets-redux) — An intro to Redux
68+
* [Handcrafting an Isomorphic Redux Application (With Love)](https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4) — A guide to creating a universal app with data fetching and routing
69+
* [Full-Stack Redux Tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html) — A comprehensive guide to test-first development with Redux, React, and Immutable
70+
71+
## Example Apps
72+
73+
* [SoundRedux](https://github.com/andrewngu/sound-redux) — A SoundCloud client built with Redux
74+
* [Shopping Cart (Flux Comparison)](https://github.com/voronianski/flux-comparison/tree/master/redux) — A shopping cart example from Flux Comparison
7075

7176
## More
7277

0 commit comments

Comments
 (0)