diff --git a/docs/introduction/getting-started.md b/docs/introduction/getting-started.md index 82fc4be36..e487f7242 100644 --- a/docs/introduction/getting-started.md +++ b/docs/introduction/getting-started.md @@ -41,6 +41,8 @@ If you are using TypeScript, the React Redux types are maintained separately in npm install @types/react-redux ``` +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). + ## `Provider` React Redux includes a `` component, which makes the Redux store available to the rest of your app: