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/getting-started.md
+2
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ If you are using TypeScript, the React Redux types are maintained separately in
41
41
npm install @types/react-redux
42
42
```
43
43
44
+
The code used for this example is based on the [official Redux template](https://github.com/reduxjs/cra-template-redux). Additionally, the same code template for TypeScript can be found [here](https://github.com/reduxjs/cra-template-redux-typescript).
45
+
44
46
## `Provider`
45
47
46
48
React Redux includes a `<Provider />` component, which makes the Redux store available to the rest of your app:
0 commit comments