Skip to content

Commit b3b4e8b

Browse files
Nasicustimdorr
andauthoredApr 15, 2021
docs: add link to source in getting-started.md (#1713)
Co-authored-by: Tim Dorr <timdorr@users.noreply.github.com>
1 parent 994b390 commit b3b4e8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎docs/introduction/getting-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ If you are using TypeScript, the React Redux types are maintained separately in
4141
npm install @types/react-redux
4242
```
4343

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+
4446
## `Provider`
4547

4648
React Redux includes a `<Provider />` component, which makes the Redux store available to the rest of your app:

0 commit comments

Comments
 (0)
Please sign in to comment.