@@ -177,16 +177,18 @@ For Offline docs, please see: [devdocs](http://devdocs.io/redux/)
177
177
178
178
### Examples
179
179
180
+ Almost all examples have a corresponding CodeSandbox sandbox. This is an interactive version of the code that you can play with online.
181
+
180
182
* [ Counter Vanilla] ( http://redux.js.org/docs/introduction/Examples.html#counter-vanilla ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/counter-vanilla ) )
181
- * [ Counter] ( http://redux.js.org/docs/introduction/Examples.html#counter ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/counter ) )
182
- * [ Todos] ( http://redux.js.org/docs/introduction/Examples.html#todos ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/todos ) )
183
- * [ Todos with Undo] ( http://redux.js.org/docs/introduction/Examples.html#todos-with-undo ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/todos-with-undo ) )
184
- * [ TodoMVC] ( http://redux.js.org/docs/introduction/Examples.html#todomvc ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/todomvc ) )
185
- * [ Shopping Cart] ( http://redux.js.org/docs/introduction/Examples.html#shopping-cart ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/shopping-cart ) )
186
- * [ Tree View] ( http://redux.js.org/docs/introduction/Examples.html#tree-view ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/tree-view ) )
187
- * [ Async] ( http://redux.js.org/docs/introduction/Examples.html#async ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/async ) )
183
+ * [ Counter] ( http://redux.js.org/docs/introduction/Examples.html#counter ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/counter ) , [ sandbox ] ( https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/counter ) )
184
+ * [ Todos] ( http://redux.js.org/docs/introduction/Examples.html#todos ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/todos ) , [ sandbox ] ( https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todos ) )
185
+ * [ Todos with Undo] ( http://redux.js.org/docs/introduction/Examples.html#todos-with-undo ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/todos-with-undo ) , [ sandbox ] ( https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todos-with-undo ) )
186
+ * [ TodoMVC] ( http://redux.js.org/docs/introduction/Examples.html#todomvc ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/todomvc ) , [ sandbox ] ( https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todomvc ) )
187
+ * [ Shopping Cart] ( http://redux.js.org/docs/introduction/Examples.html#shopping-cart ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/shopping-cart ) , [ sandbox ] ( https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/shopping-cart ) )
188
+ * [ Tree View] ( http://redux.js.org/docs/introduction/Examples.html#tree-view ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/tree-view ) , [ sandbox ] ( https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/tree-view ) )
189
+ * [ Async] ( http://redux.js.org/docs/introduction/Examples.html#async ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/async ) , [ sandbox ] ( https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/async ) )
188
190
* [ Universal] ( http://redux.js.org/docs/introduction/Examples.html#universal ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/universal ) )
189
- * [ Real World] ( http://redux.js.org/docs/introduction/Examples.html#real-world ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/real-world ) )
191
+ * [ Real World] ( http://redux.js.org/docs/introduction/Examples.html#real-world ) ([ source] ( https://github.com/reactjs/redux/tree/master/examples/real-world ) , [ sandbox ] ( https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/real-world ) )
190
192
191
193
If you're new to the NPM ecosystem and have troubles getting a project up and running, or aren't sure where to paste the gist above, check out [ simplest-redux-example] ( https://github.com/jackielii/simplest-redux-example ) that uses Redux together with React and Browserify.
192
194
0 commit comments