Skip to content

Commit 6dd920b

Browse files
chore: change redux essentials descr
1 parent 1b5b310 commit 6dd920b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

docs/introduction/Examples.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,15 @@ This example includes tests.
125125

126126
## Redux essentials
127127

128-
This example covers the key points you need to know about how to get started using Redux to write actual applications.
128+
The example app from the ["Redux Essentials" tutorial](../tutorials/essentials/part-1-overview-concepts.md) is a larger "real world"-type app that shows:
129129

130-
Run the [Redux essentials](https://github.com/reduxjs/redux-essentials-example-app) example:
130+
- Use of Redux Toolkit and the React Redux hooks API
131+
- A "feature folder" structure with single-file "slices" for Redux logic
132+
- Async logic, data fetching, and loading state
133+
- CRUD operations
134+
- Normalized state
131135

132-
```sh
133-
git clone https://github.com/reduxjs/redux-essentials-example-app.git
134-
135-
cd redux-essentials-example-app
136-
npm install
137-
npm start
138-
```
136+
Run the [Redux Essentials](https://github.com/reduxjs/redux-essentials-example-app) example:
139137

140138
<iframe class="codesandbox"src="https://codesandbox.io/embed/github/reduxjs/redux-essentials-example-app/tree/master"sandbox="allow-modals allow-forms allow-popups allow-scripts allow-same-origin"></iframe>
141139

0 commit comments

Comments
 (0)