Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions docs/introduction/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/counter
npm install
npm start

open http://localhost:3000/
```

Or check out the [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/counter).
Expand All @@ -45,8 +43,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/todos
npm install
npm start

open http://localhost:3000/
```

Or check out the [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todos).
Expand All @@ -65,8 +61,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/todos-with-undo
npm install
npm start

open http://localhost:3000/
```

Or check out the [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todos-with-undo).
Expand All @@ -83,8 +77,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/todomvc
npm install
npm start

open http://localhost:3000/
```

Or check out the [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/todomvc).
Expand All @@ -103,8 +95,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/shopping-cart
npm install
npm start

open http://localhost:3000/
```

Or check out the [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/shopping-cart).
Expand All @@ -121,8 +111,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/tree-view
npm install
npm start

open http://localhost:3000/
```

Or check out the [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/tree-view).
Expand All @@ -141,8 +129,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/async
npm install
npm start

open http://localhost:3000/
```

Or check out the [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/async).
Expand All @@ -159,8 +145,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/universal
npm install
npm start

open http://localhost:3000/
```

This is a basic demonstration of [server rendering](../recipes/ServerRendering.md) with Redux and React. It shows how to prepare the initial store state on the server, and pass it down to the client so the client store can boot up from an existing state.
Expand All @@ -175,8 +159,6 @@ git clone https://github.com/reactjs/redux.git
cd redux/examples/real-world
npm install
npm start

open http://localhost:3000/
```

Or check out the [sandbox](https://codesandbox.io/s/github/reactjs/redux/tree/master/examples/real-world).
Expand Down