You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction/Examples.md
+7-9
Original file line number
Diff line number
Diff line change
@@ -125,17 +125,15 @@ This example includes tests.
125
125
126
126
## Redux essentials
127
127
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:
129
129
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
0 commit comments