Skip to content

Commit e5cfe69

Browse files
committed
added utility types to setup
1 parent ecc72c0 commit e5cfe69

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/markdown/0_setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
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)

0 commit comments

Comments
 (0)