Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions docs/basic/getting-started/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading