You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ This guide is about **_"How to write type declarations to only the minimum neces
4
4
5
5
> found it usefull, want some more? [give it a :star:](https://github.com/piotrwitek/react-redux-typescript-patterns/stargazers)
6
6
7
-
### [> Changelog](/blob/master/CHANGELOG.md)
7
+
### [> Changelog](/CHANGELOG.md)
8
8
9
9
### Roadmap
10
-
- extend HOC section with more advanced examples [#5](/issues/5)
11
-
- investigate typing patterns for generic component children [#7](/issues/7)
10
+
- extend HOC section with more advanced examples [#5](../../issues/5)
11
+
- investigate typing patterns for generic component children [#7](../../issues/7)
12
12
13
13
### Introduction
14
14
This guide is aimed to use [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag of TypeScript compiler to provide the best static-typing experience.
Copy file name to clipboardExpand all lines: docs/markdown/_intro.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ This guide is about **_"How to write type declarations to only the minimum neces
4
4
5
5
> found it usefull, want some more? [give it a :star:](https://github.com/piotrwitek/react-redux-typescript-patterns/stargazers)
6
6
7
-
### [> Changelog](/blob/master/CHANGELOG.md)
7
+
### [> Changelog](/CHANGELOG.md)
8
8
9
9
### Roadmap
10
-
- extend HOC section with more advanced examples [#5](/issues/5)
11
-
- investigate typing patterns for generic component children [#7](/issues/7)
10
+
- extend HOC section with more advanced examples [#5](../../issues/5)
11
+
- investigate typing patterns for generic component children [#7](../../issues/7)
12
12
13
13
### Introduction
14
14
This guide is aimed to use [`--strict`](https://www.typescriptlang.org/docs/handbook/compiler-options.html) flag of TypeScript compiler to provide the best static-typing experience.
0 commit comments