File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ View an example live in [codesandbox.io](https://codesandbox.io/s/48k5p1r764).
60
60
- [ API] ( #api )
61
61
- [ Example] ( #example )
62
62
- [ Other Solutions] ( #other-solutions )
63
+ - [ Credits] ( #credits )
63
64
- [ Contributors] ( #contributors )
64
65
- [ LICENSE] ( #license )
65
66
@@ -157,6 +158,17 @@ const App = () => (
157
158
- [`render-props`](https:// github.com/donavon/render-props)
158
159
- [`react-render-function`](https:// www.npmjs.com/package/react-render-function)
159
160
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
+
160
172
## Contributors
161
173
162
174
Thanks goes to these people ([emoji key][emojis]):
You can’t perform that action at this time.
0 commit comments