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
5656
5757### Installing types
5858```
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
6060```
6161
6262"react" - ` @types/react `
6363"react-dom" - ` @types/react-dom `
6464"redux" - (types included with npm package)*
6565"react-redux" - ` @types/react-redux `
66+ [ "utility-types"] ( https://github.com/piotrwitek/utility-types ) - usefull utility types used throughout the guide
6667
6768[ ⇧ back to top] ( #table-of-contents )
6869
Original file line number Diff line number Diff line change 22
33### Installing types
44```
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
66```
77
88"react" - ` @types/react `
99"react-dom" - ` @types/react-dom `
1010"redux" - (types included with npm package)*
1111"react-redux" - ` @types/react-redux `
12+ [ "utility-types"] ( https://github.com/piotrwitek/utility-types ) - usefull utility types used throughout the guide
1213
1314[ ⇧ back to top] ( #table-of-contents )
You can’t perform that action at this time.
0 commit comments