Skip to content

Commit 30b77d5

Browse files
committedDec 20, 2024·
docs: remove reference to old React Provider API
1 parent a5a56d5 commit 30b77d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎docs/tutorials/quick-start.md

-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ That was a brief overview of how to set up and use Redux Toolkit with Angular. R
185185
- `configureStore` automatically sets up the store with good default settings
186186
- **Provide the Redux store to the Angular application components**
187187
- Put a Angular Redux `provideRedux` provider factory in your `bootstrapApplication`'s `providers` array
188-
- Pass the Redux store as `<Provider store={store}>`
189188
- **Create a Redux "slice" reducer with `createSlice`**
190189
- Call `createSlice` with a string name, an initial state, and named reducer functions
191190
- Reducer functions may "mutate" the state using Immer

0 commit comments

Comments
 (0)
Please sign in to comment.