Browse Source

Link to a data fetching demo

main
Dan Abramov 6 years ago
parent
commit
110a318d1e
  1. 2
      content/docs/hooks-faq.md

2
content/docs/hooks-faq.md

@ -210,7 +210,7 @@ There are a few more heuristics, and they might change over time as we fine-tune
### How can I do data fetching with Hooks?
Check out [this article](https://www.robinwieruch.de/react-hooks-fetch-data/) to learn more about data fetching with Hooks.
Here is a [small demo](https://codesandbox.io/s/pwm32zx7z7) to get you started. To learn more, check out [this article](https://www.robinwieruch.de/react-hooks-fetch-data/) to learn more about data fetching with Hooks.
### Is there something like instance variables? {#is-there-something-like-instance-variables}

Loading…
Cancel
Save