File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,14 @@ You should check Playground Project located in the `/playground` folder. It is a
56
56
57
57
### Installing types
58
58
```
59
- npm i -D @types/react @types/react-dom @types/react-redux
59
+ npm i -D @types/react @types/react-dom @types/react-redux utility-types
60
60
```
61
61
62
62
"react" - ` @types/react `
63
63
"react-dom" - ` @types/react-dom `
64
64
"redux" - (types included with npm package)*
65
65
"react-redux" - ` @types/react-redux `
66
+ [ "utility-types"] ( https://github.com/piotrwitek/utility-types ) - usefull utility types used throughout the guide
66
67
67
68
[ ⇧ back to top] ( #table-of-contents )
68
69
Original file line number Diff line number Diff line change 2
2
3
3
### Installing types
4
4
```
5
- npm i -D @types/react @types/react-dom @types/react-redux
5
+ npm i -D @types/react @types/react-dom @types/react-redux utility-types
6
6
```
7
7
8
8
"react" - ` @types/react `
9
9
"react-dom" - ` @types/react-dom `
10
10
"redux" - (types included with npm package)*
11
11
"react-redux" - ` @types/react-redux `
12
+ [ "utility-types"] ( https://github.com/piotrwitek/utility-types ) - usefull utility types used throughout the guide
12
13
13
14
[ ⇧ back to top] ( #table-of-contents )
You can’t perform that action at this time.
0 commit comments