blog_robinwieruch_content icon indicating copy to clipboard operation
blog_robinwieruch_content copied to clipboard

react-hooks-fetch-data: Improve Data Fetching

Open rwieruch opened this issue 5 years ago • 1 comments

See https://www.robinwieruch.de/react-hooks-fetch-data/#comment-4403467247

  • [ ] only use useEffect for the initial data fetch
  • [ ] use fetch directly for every other fetching triggered by the submit button

Better implementation: https://codesandbox.io/s/4202lm924w

rwieruch avatar Mar 31 '19 10:03 rwieruch

See also https://www.robinwieruch.de/react-hooks-fetch-data/#comment-4469649384

rwieruch avatar May 20 '19 21:05 rwieruch