Skip to content

Commit 3ce1f44

Browse files
committed
chore: add special credit note for Kent C. Dodds
1 parent 2e8bfb5 commit 3ce1f44

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ View an example live in [codesandbox.io](https://codesandbox.io/s/48k5p1r764).
6060
- [API](#api)
6161
- [Example](#example)
6262
- [Other Solutions](#other-solutions)
63+
- [Credits](#credits)
6364
- [Contributors](#contributors)
6465
- [LICENSE](#license)
6566

@@ -157,6 +158,17 @@ const App = () => (
157158
- [`render-props`](https://github.com/donavon/render-props)
158159
- [`react-render-function`](https://www.npmjs.com/package/react-render-function)
159160

161+
## Credits
162+
163+
A special thanks needs to go to [Kent C. Dodds](https://github.com/kentcdodds) for his great
164+
video series (
165+
[egghead.io](https://egghead.io/instructors/kentcdodds),
166+
[frontendmasters.com](https://frontendmasters.com/teachers/kentcdodds/) and
167+
[youtube.com](https://www.youtube.com/c/kentcdodds-vids)).
168+
His projects are either used in this project ([kcd-scripts](https://github.com/kentcdodds/kcd-scripts))
169+
or are a template for the structure of this project ([downshift](https://github.com/paypal/downshift)).
170+
Make sure to [subscribe](https://buttondown.email/kentcdodds) to his newsletter.
171+
160172
## Contributors
161173

162174
Thanks goes to these people ([emoji key][emojis]):

0 commit comments

Comments
 (0)