Skip to content

Commit

Permalink
Update existing Part 3 content with TS info
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 12, 2024
1 parent 1b38f38 commit 28b1859
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 109 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/essentials/part-2-app-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ When we pass in an object like `{counter: counterReducer}`, that says that we wa

Redux allows store setup to be customized with different kinds of plugins ("middleware" and "enhancers"). `configureStore` automatically adds several middleware to the store setup by default to provide a good developer experience, and also sets up the store so that the Redux DevTools Extension can inspect its contents.

#### Redux Slices
### Redux Slices

**A "slice" is a collection of Redux reducer logic and actions for a single feature in your app**, typically defined together in a single file. The name comes from splitting up the root Redux state object into multiple "slices" of state.

Expand Down

0 comments on commit 28b1859

Please sign in to comment.