Skip to content

Commit

Permalink
docs: add link to source in getting-started.md (#1713)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Dorr <timdorr@users.noreply.github.com>
  • Loading branch information
Nasicus and timdorr committed Apr 15, 2021
1 parent 994b390 commit b3b4e8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/introduction/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<Provider />` component, which makes the Redux store available to the rest of your app:
Expand Down

0 comments on commit b3b4e8b

Please sign in to comment.