Skip to content

Commit 96c3171

Browse files
author
Nasicus
authored
docs: add link to source in getting-started.md
I had a look at the "An Existing React App" chapter today. I found the code examples great, but was missing the link to the full code. To be honest I only "stumbled" to it via another page later. I think it's helpful if it's linked directly in this chapter.
1 parent 994b390 commit 96c3171

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/introduction/getting-started.md

Lines changed: 2 additions & 0 deletions
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 almost the same as the [official Redux+JS template](https://github.com/reduxjs/cra-template-redux). Additionally the same code template, but 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)