diff --git a/README.md b/README.md index a5e17238..18014558 100644 --- a/README.md +++ b/README.md @@ -600,6 +600,7 @@ Note that the React team recommends that custom hooks that return more than two - https://medium.com/@jrwebdev/react-hooks-in-typescript-88fce7001d0d - https://fettblog.eu/typescript-react/hooks/#useref +- https://github.com/gibbok/typescript-book If you are writing a React Hooks library, don't forget that you should also expose your types for users to use. diff --git a/docs/basic/getting-started/hooks.md b/docs/basic/getting-started/hooks.md index 57a88129..6b15a253 100644 --- a/docs/basic/getting-started/hooks.md +++ b/docs/basic/getting-started/hooks.md @@ -397,6 +397,7 @@ Note that the React team recommends that custom hooks that return more than two - https://medium.com/@jrwebdev/react-hooks-in-typescript-88fce7001d0d - https://fettblog.eu/typescript-react/hooks/#useref +- https://github.com/gibbok/typescript-book If you are writing a React Hooks library, don't forget that you should also expose your types for users to use.